Coding Tips (JavaScript/CSS/VBA/Win32)
Useful code snippets, tips and some Windows applications
Compile Error: Error RC2144
Description:
error RC2144 : PRIMARY LANGUAGE ID not a number
It happens when you use a command line rc utility to compile a resource file generated by Application Studio
A possible solution:
Look for winres.h file in the source file directory and rename it or delete it.
Compile Error: Error C1083
Description:
fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory.
A possible solution:
use <iostream> (no .h).