I can declare char dummy[0] in a struct, but if I declare it as a global var, I get the error "Illegal constant expression". Is there any #pragma to do that ?
What I really want to have is to be able to get the current address : long a; long b; short c; char dummy[0]; In this case, dummy will be the address right after variable c. How can I do that under CW 9 ? Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
