Read-only archive of the All About Symbian forum (2001–2013) · About this archive

How to run an exe file in an emulator??

3 replies · 10,401 views · Started 09 May 2003

Hi,

I was developing my first HelloWorld application in Symbian C++ .
I am building it through command line.

Steps followed:
1.Put *.MMP, bld.inf and *.mmf files in a directory.
2. Run "bldmake bldfiles" from command prompt.
3. Run "abld build" from CI
4. Now I get an exe file in a directory.

How do I run an exe file in an emulator??

Is there any other way of building this application.

Deepti

You need to specify that you want it built in the emulator directory, I think

abld build winscw udeb (if your using UIQ)
abld build wins udeb (if your using Series 60)

Then load up the emulator from the start😛rograms entry or from command line (C:\Nokia_Symbian\6.1\Series60\Epoc32\Release\winsb\UDEB\epoc.exe in my installation).

Your application should be in the 'Other' menu in the emulator

create workspace by "abld makefile vc6" and then build it using "abld build wins";if working in MS VC++ 6.0....
You can run the .exe from "C:\Symbian\OS7_7.0.9\bin\TechView\epoc32\release\wins\udeb\epoc.exe "
If the problem persists,write to me...