Hi,
I have installed the Nokia Series 60 SDK for
Symbian OS (beta version 0.2). How can I install/run an aplication without any IDE (JBuilder,...), just using the emulator?
Thanks,
Jose
Posted by jose silva, aparec@bol.com.br
on March 25, 2002 at 22:05
RE: How to run an aplication in 7650 emulator without an IDE?
2002-06-02, 00:13#2
Posted by Vinay Kameswaran, vinay_kameswaran@hotmail.com
on March 26, 2002 at 03:50
If you are running a GUI application then this is what you need to do.
1. Run command prompt.
2. Go to the application directory...say c:\60SDK\myapp1.
3. type "makmake <application name> wins"
4. type "nmake -f <application name>.wins"
5. Run the emulator..you`ll see your application on the extras bar. Click to launch.