Exe wizard for easy creation of Symbian OS executables
Sony Ericsson has released a small wizard which eases the creation of Symbian OS exes. The tool can be used to rapidly create test applications that do not require the full windowing capabilities of a Symbian application.
ExeWizard can be run by giving the command "exewizard" with appropriate parameters:
exewizard name [uid]
As an example, the following command can be given:
exewizard testexe 0x01123456
The project files will be created in a folder with a given name. The following files are created: bld.inf, name.cpp, name.mmp, name.pkg.
The build a project "myproj" created using the exe wizard, use the following commands:
$ abld build thumb urel
$ makesis myproj.pkg
Full instructions for ExeWizard installation on Sony Ericsson web site.





