The lib has always been in the 1st segment. I did some monkeying and now I get "Link Error : _RuntimeModule_: Entry Point '_InitCode_' is undefined." as well.
I had to set the linker to Macintosh 68k so I could use my Constructor resources (right?) could that have something to do with it? > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ben > Combee > Sent: Wednesday, August 06, 2003 2:55 PM > To: Palm Developer Forum > Subject: Re: Codewarrior Runtime Lib probs > > > At 11:44 AM 8/6/2003, Mike Shubeck wrote: > > I'm trying to move my C++ app to CW 9 and have been > running into the error > >"Link Error : _RuntimeModule_: '_Startup_' referenced from > _DummyStartup_' > >is undefined". I currently have the project linking to > MSL_C++_PalmOS_2i.lib > >which I believe is correct (Targeting the Palm OS platform > ->...-> Runtime > >Library Reference uses different names). What am I missing? > > That is correct. However, make sure that this LIB file is in > the first > segment of your project -- it must be there to be called by > the OS and > produce a correct link. > > -- > Ben Combee <[EMAIL PROTECTED]> > CodeWarrior for Palm OS technical lead > Palm OS programming help @ www.palmoswerks.com > > > -- > For information on using the Palm Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
