-
Creating new project
How do I create a new project using Visual-Studio .NET ?
I have installed the NOKIA SDK that should support it, I can see the new features in the tools menu, however I have no tool for creating a new project (in VS 6.0 I had a wizard for creating Symbian apps ...)
Any ideas ?
Thanks !
Shai . K
-
Hi,
You can download the Nokia Developer Suite:
[url]http://www.forum.nokia.com/main/0,,034-902,00.html[/url]
But i didnt like this and I found it just got in the way. Another way to make a project for .NET, then at the dos prompt in the project group folder you can use the 'makmake' command. So if the project mmp file was helloworld.mmp then we can have:
makmake helloworld vc7
michael
--
-
Thanks.
but how can I create a new project, meaning generate the MMP file (starting from scretch).
I didn't try the nokia link yet ...
Shai . k
-
Hi,
If youre using the Series 80 SDK, there is an application wizard which comes with the SDK.
If youre using Series 60, then you can get the Nokia Developer Suite (NDS) which I think has a wizard which plugs into Visual Studio .NET. But if youre not using NDS, then just create your project own using a simple project, such as HelloWorldBasic as a guide.
michael
--