Article ID: 124597
Article Last Modified on 11/17/2003
// example ODL file
library MYPROJ
{
...
}
If you run MKTYPLIB on this ODL file by using this command line:
<WWFIXEDTEXT><![CDATA[ C:\> MKTYPLIB /h odlfile.h myproj.odlthe ODLFILE.H generated by MKTYPLIB looks like this:
#ifndef _MYPROJ_H_ #define _MYPROJ_H_ ... #endifThis can cause problems when compiling source files if another header file also uses _MYPROJ_H_ in its #ifndef wrappers. Only the first file to use _MYPROJ_H_ will actually be included in the source file.
Additional query words: 2.00 3.50
Keywords: KB124597