That error message sounds awfully familiar when I was first starting up on CW8 last month. Wish I remembered what the problem was; however, I can throw some things you may want to try out there...
1. Make certain that you are linking with the right libraries. In my project, I am using "BuildHeaders.mcp", and "PalmOSRuntime_2i_A5.lib". 2. Make certain you aren't declaring globals inside of the "#pragma warn_a5_access on" block that should be in your main file. 3. Going back to #1...there was a project that I needed to build for a Win system. I believe it was "BuildHeaders". So take a second look at that. Sorry, that's all I can think of. Regards, Daniel Suleski :-> TD, Mysticware Inc. www.mysticware.com ----- Original Message ----- From: "Eddy" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 10:33 PM Subject: Link Error: RuntimeModule Startup blah blah > Hi I'm breaking out the little STdio app and I'm compiling the bugger in > Codewarrior 8. > > I've setup the application interface (Text and scrollbar) and I wrote > (copied from palm companion) the code to create the application handler. > > During my compile I'm getting a linking error which goes like this: > > Link Error : __RuntimeModule__: '__Startup__' reference from > '__DummyStartup__' is undefined. > > I know it's probably cause I setup the Target incorrectly, but short of > reading the entire manual, I'm not so sure what to do. anybody know this one > off the top of their head? > > I'm supposed to link StdIOProvider.c and StdIOPalm.c into the code, so I've > just added them to the file list in the .mcp. Is that enough? > > Thanks, > > EdO > > > > > > > -- > 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/
