Hi, I want to make a SharedLib in constructor. I used "Palm OS Shared Library" to make a 'hello world' and im triying access that library with that:
UInt16 i = 0; UInt32 j; Lib2_OpenLibrary(&i, &j); Lib2Teste(i); //My hello world method Lib2Close(i, j); but dont work... compile but have a run-time error. Whats wrong with that? Can i do a shared library with constructor in c++.. OO Based? thx Wendel B Silva -------------------------------------------------------------------------- WebMail Secrel (C) - www.secrel.com.br -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
