
Originally Posted by
stichbury
If it's just a console application, you need to put the emulator into text shell mode. Go to the epoc.ini file in <SDK INSTALL DIR>\epoc32\data and add the line "textshell" - all one word - to it.
When you run your exe (say, by clicking on it in explorer) the emulator will now run a console rather than full application UI shell. You can check this by clicking on epoc.exe - which should boot into eshell.
If your application still doesn't work, you can debug it in the IDE or check epocwnd.out (in your win32 temporary directory) for clues.