You have removed the CWRunTime Library.

This is the real entry point to your code, and dose such startup things as locking (additional) code segments, data segments etc...

Luc Le Blanc wrote:
I stripped an existing target under CW 9.3 to create a very simple
new target and I get this:

Link Error : __RuntimeModule__: '__Startup__' referenced from 
'__DummyStartup__' is undefined.

DummyStartup in not in my code. What am I doing wrong? I compared the target 
settings side by side against a working one, and I don't see any difference 
(other than the PRC name).

My only procs are:

Boolean HandleEvent( EventPtr event );
UInt32  PilotMain( UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags );
Boolean StartApplication( void );
void    StopApplication( void );


Luc Le Blanc


--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to