At 07:24 PM 9/27/2002 +0530, you wrote: >Hi all, > > Whenever I build my project with target release >it shows me a link error as > "PalmOS_Startup.cpp: 'PilotMain' referenced >from '__Startup__' is undefined " . > Otherwise in Target Debug there is no problem.
This is an indication that your file with PilotMain isn't activated for your release target. The little dots in the column with the target at the top indicate if a file is used for a particular target. If the dot for your source file that has PilotMain isn't set, just click in that column where the dot would be, and the file will be activated. -- Ben Combee CodeWarrior for Palm OS Platform technical lead [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
