i�m using the wizard in CW 9 to create a sahred library
if i check Force C++ compilation.. just after finishing the wizard i get link error
without forcing C++ it compiles
what is the right way to make a C++ shared library?
There is no right way. The 68K shared library model just doesn't support C++ very well. You don't have standard global variables, and all entry points to the shared library have to go through system traps with a leading libRef parameter.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
