Did you turn on the Force C++ switch or use C++ filed? That would cause your functions to use decorated names. Do a "disassemble" on the file to see what name is really being used for your entry point.
-----Original Message----- From: Alexandre Luz Barreto Date: 2/11/04 6:47 am To: Palm Developer Forum Subj: Re: What does this Link error means? I checked the Target Panel and the entry point is configured with the PDZDescompInstall function... and i have thsi function in the PDZDescompDispatch.c i used the wizard to create the shared lib any other clues? thnx Ben Ben Combee wrote: >That is the entry point for your shared library. See the Pallm OS Target panel, and >change the name to match your shared lib's install routine. > >-----Original Message----- >From: Alexandre Luz Barreto >Date: 2/10/04 5:47 am >To: Palm Developer Forum >Subj: What does this Link error means? > >Link Error: _RuntimeModule_: �PDZDescompInstall� referenced from >'__DummyStartup__' is undefined > >I�m trying to make a Shared library.. > >thanks > > > > > -- 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/
