How to use VC7.0 and Series 60 SDK 1.2 together
-
Create your application structure with some appwizard or manually
-
Make project file for vc6 with makmake
../MyApplication/group> makmake MyApplication vc6
-
Open the project file in VC7.0
-
Go to project properties and select heading "C/C++" and do following changes:
-
in "Code Generation" set
Enable C++ Exceptions to value "No"
and
Buffer Security Check to value "No"
-
in "Command Line" add "/QIfist" to Additional Options
-
Then you can compile and run emulator, which you have to locate first (only
once). Emulator (epoc.exe) is usually in
C:\Symbian\6.1\Series60\Epoc32\Release\wins\udeb
-
Now you should have developing environment in order.
© 2005 symbian.louhos.com [back to
index]