> Actually #define does work in Rez files.  Try this:
>
>     #define APP_VERSION "1.0"
>     data 'tver' (1) { APP_VERSION $"00" };

Thanks, that variant *does* work (although I swear I tried it earlier and it
didn't work).

However when I try the following, I get "Fatal error trying to open the
resource file "rez.out" for writing".

    // Version.h
    #define APP_VERSION "1.0"

   // Version.r
   #include "Version.h"
   data 'tver' (1) { APP_VERSION $"00" };



Joseph Koral
[EMAIL PROTECTED]



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to