--- "[EMAIL PROTECTED]" wrote: > > In MyProj.h I have include this : > > #define appFileCreator 'STRU' > #define appName "Badge2" > > But when I put the program on my Palm, the name of my program is > MyProg, I don't know why? >
Defining a macro name in a header file does not affect the name of your program. The application name that appears in the Launcher can be changed by using Constructor. See the Application Icon Name property. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
