Hi all
Suppose I have a New project named "SymProject" by using the series 60 App Wizard AddIn with VC6.............normally I have 4 classes called app,ui,document,view etc. Now my question is how do I add a new class so that I can build the whole project (including the new class)........
...Insert ->newclass does not work...............and can Iwrite any kind of new functions in that class?
Nimo
Unfortunately, the new project wizard, does just that, creates only new project. In order to add new classes etc you will have to do everything manually (even rebuild the dsw project with makmake etc.) otherwise it doesnt compile properly...
Check EpocToolbar under:
\Symbian\6.1\Series60\Series60Tools\EpocToolbar
(Assuming you have version 1.0 of the S60 SDK)
This will create nice little toolbar to the VC6 IDE.
Also the MmpClick is very nice.. Adds some build options to the context menu when right-clicking .mmp file.
Best regards,
Teemu Moilanen