Resource Compiler Error RC2144

T

Tuomo Pusa

I have old PDA 2003 project which i have migrated to VS 2008 compiler. After
some fixing it almost works, but compiling the project to Windows Mobile 5.0
Pocket PC SDK (ARMV4I) and Windows Mobile 5.0 Pocket PC Device in release
mode it doesn't work (works in Mobile 5.0 debug mode and pocket PC 2003
device release and debug), but gives compiler error error
RC2144 : PRIMARY LANGUAGE ID not a number.
OK your help pages tells PRIMARY LANGUAGE ID not a number
although ID's are defined in winnt.h
#define SUBLANG_DEFAULT 0x01 // user default
......
#define LANG_RUSSIAN 0x19
#define LANG_SANSKRIT 0x4f
.....
and so on (i think that those are hexadecimal numbers??).

I can found numerous of questions about this item from web, but no real
answers.

Br,
Tuomo Pusa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top