> I am stuck with my work. So please help me out. > I have a ARM-Library. My application is using > that library. I want to run my application on > the emulator/simulator. How do I add the > library (I have built) to the simulator/emulator > so that my application can load that library.
The emulator isn't going to work at all; unless I missed something in the last couple of weeks there is (currently) no emulator for Palm OS 5 (=ARM) devices. The simulator doesn't understand "ARM" either; it's essentially the OS compiled natively on the 80x86. I believe (it's been a while since I read this) you need to compile your ARM library into a DLL (native 80x86) to make it work. Did you check the archives and the documentation of the simulator to see if it's documented? (I'd expect that it is... but I didn't check). Oliver __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
