Hi Again... That works... my "hello world" is now working... Still the second question...
Can i do a shared library with constructor in c++.. OO Based? Im actually making a sharedlib using "Palm OS Shared Library" option in constructor. thx Wendel B Silva -- Mensagem Original (TEXT/PLAIN) ---------------- De: [EMAIL PROTECTED] Para: "Palm Developer Forum" <[EMAIL PROTECTED]> DATE: 25/03 10:05 Assunto: How to make a SharedLib with Constructor? -------------------------------------------------- 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/ -------------------------------------------------------------------------- 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/
