Hi every body,

Is it possible to change a global data (like an array) that is compiled in to a .PRC file without re-compiling the program with CodeWarrior?
Suppose that we have a program that is dependent on data that could be re-defined by user, how can user supply the program with new data without CodeWarrior, I remember that if I compiled a program having a global array with Borland C 3.1 I was able to see the same data that is used to initialize the array somewhere in the out put EXE file



for example the following definition :


static unsigned char data[10] = {1,2,3,4,5,6,7,8,9,0};

will result numbers 1-0 to be placed in to EXE keeping the same sequence

but I can not find that sequence in a PRC file when I use the same array definition


Thanks, Peyman.

_________________________________________________________________
MSN Premium: Up to 11 personalized e-mail addresses and 2 months FREE* http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines



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

Reply via email to