RE: Codewarrior Runtime Lib probs

2003-08-14 Thread Ben Combee
At 01:43 PM 8/6/2003, Mike Shubeck wrote: > Maybe your > target type is wrong. For the Project Type I have Palm OS Application (Target Type renamed to project type in 9?). Thats what it should be right? And just to try to throw out some more clues, on the 68k Target page I have Standard Mode (A5-r

Re: Codewarrior Runtime Lib probs

2003-08-14 Thread Ben Combee
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 (T

RE: Codewarrior Runtime Lib probs

2003-08-14 Thread Mike Shubeck
6, 2003 4:26 PM > To: Palm Developer Forum > Subject: RE: Codewarrior Runtime Lib probs > > > At 02:17 PM 8/6/2003, Mike Shubeck wrote: > >Is something wrong with my install? I get the same thing by > simply using > >C++ app wizard. > > Try rebuiling the "B

Codewarrior Runtime Lib probs

2003-08-14 Thread Mike Shubeck
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 ->...-> Runt

RE: Codewarrior Runtime Lib probs

2003-08-14 Thread Ben Combee
At 01:29 PM 8/6/2003, Mike Shubeck wrote: 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 t

RE: Codewarrior Runtime Lib probs

2003-08-14 Thread Ben Combee
At 02:17 PM 8/6/2003, Mike Shubeck wrote: Is something wrong with my install? I get the same thing by simply using C++ app wizard. Try rebuiling the "Build All.mcp" project in your "CW for Palm OS Support" folder. If you've recently installed a newer Palm OS SDK, it may have given you old versi

RE: Codewarrior Runtime Lib probs

2003-08-11 Thread Mike Shubeck
ject: RE: Codewarrior Runtime Lib probs > > > At 01:43 PM 8/6/2003, Mike Shubeck wrote: > > > Maybe your > > > target type is wrong. > > > >For the Project Type I have Palm OS Application (Target Type > renamed to > >project type in 9?). Thats what it

RE: Codewarrior Runtime Lib probs

2003-08-08 Thread Mike Shubeck
> Maybe your > target type is wrong. For the Project Type I have Palm OS Application (Target Type renamed to project type in 9?). Thats what it should be right? And just to try to throw out some more clues, on the 68k Target page I have Standard Mode (A5-relative data). -- For information on

RE: Codewarrior Runtime Lib probs

2003-08-07 Thread Mike Shubeck
ething 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