> Which version of CodeWarrior are you using? If you're using the current > 9.3, have you updated the pilrc.exe program to the current 3.2 beta from > http://sf.net/projects/pilrc? If you're generating a header file, does > this WORDLIST appear after the form definitions where those constants are > introduced? > > I remember fixing a bug recently where expressions weren't evaluated in a > WORDLIST construct. This hasn't made it into a released version of PilRC, > but just rearranging the order may help you out.
Yes, I'm using CodeWarrior 9.3. Yes, I updated pilrc to the 3.2 beta. --------------- #include "Rsc.h" WORDLIST ID indexDIADataID BEGIN MainForm MainForm // main ShortWaitForm ShortWaitForm // scanwait END ---------------- indexDIADataID and MainForm is defined in "Rsc.h" But MainForm unlike indexDIADataID is "not visible" Unfortunately rearranging does not help.. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
