In article <89480@palm-dev-forum>, [EMAIL PROTECTED] says... > > I am trying to make a shared library with PalmOS sdk 3.5. I have done all > the stuff as in the SampleLib provided. But on linking the linker gives an > error > > Link Error : __RuntimeModule__: '__Startup__' referenced from > '__DummyStartup__' is undefined. > > Can someone point out the problem.
Modify the 68K Target panel to use the Palm OS Code Resource choice, and make sure its entry point matches the entry point (install routine) for your shared library. If you've using V8, just use the Shared Library wizard to setup a new project. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
