I have multiple components (conduit, supporting DLLs) associated with a Palm
application.  I want all components to share the same version and I only
want to change the version in one place.

I thought I could create .r resource file for the 'tver' resource and do
something like this (or include a common header):

  #define APP_VERSION 1.0       // eventually move to common header
  data 'tver' (1) { "APP_VERSION" $"00" };

However this doesn't work.  I assume the Rez compiler doesn't support or use
a preprocessor.

Any ideas how I could accomplish this?  Or will I always have to make at
least 2 changes when I want to bump the version up.


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