"jay" <[EMAIL PROTECTED]> wrote in message news:76583@palm-dev-forum... > > Dear Friends: > In my effort to understand what goes in behind linking a hack I am trying to > rebuild the DemoHack (by Matthew Moss) from scratch in Codewarrior 7.0. I > get the following error: > > Link Error : __RuntimeModule__: 'myFrmDrawForm' referenced from > '__DummyStartup__' is undefined. > > myFrmDrawForm is the name of the target and DummyStartup is nothing but what > the name indicates. The DummyStartup file looks like: > > #define dummyStartup __Startup__ > void dummyStartup (void); > void dummyStartup (void) > { > }
If you look in the 68K Target panel, there is a choice for the entry point for your code resource. I would guess that its set to "__RuntimeModule__" instead of "__Startup__". -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
