|
From: Jan M. <jan...@vo...> - 2008-05-08 10:26:08
|
Hello, I would like to ask if it is possible to work with preprocessor directives in resource files, I actually use for defining some window menu. It means .rc files. In main.c I've got #define LANG CZECH and in the rc file I have got something like: #if LANG == ENGLISH ...Code for english... #else ...Code for czech... #endif But only the code for english is done. I suppose it should work even in rc file because I made some mistakes there and the errors has been showed. Thank you for suggestions. Jan Mura jan...@vo... |