Hi, I have tried to create a static library to be included in my VC++ 6.0 project. Instead of compiling some C++ files which are not going to be changed , i want it to be in a
library which i can include in my project. For that i tried to create a win32 static library. I have included those cpp files and tried to compile. But wizard gives error like
C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit,fatal error C1010: unexpected end of file while looking for precompiled header directive.

Please give me what are the options i should set for creating the static library.

thanks,

satheesh.
[email protected]