Hi,
Kindly let me know how to create a console application in Visual Studio 2005. I have installed Carbide vs 3.0 for it and the SDK is S60_2nd_FP3.
Thnx in advance,
Sim
Hi,
Kindly let me know how to create a console application in Visual Studio 2005. I have installed Carbide vs 3.0 for it and the SDK is S60_2nd_FP3.
Thnx in advance,
Sim
Hi,
You could use Application wizard available in File>New to craete a console application. I hope this is what you meant or looking for.
Regards,
Sriky
if you want the exact steps ...
File->new->Project->VisualC++->Symbian->NewSymbianOSProject ... then select template as console
when you select Classic Type then you have to select symbian EXE.
That's what my problem is.. following are my steps
New->Project->Visual C++ -> New Symbian OS Project -> Project Type: Classic -> Project template: Symbian OS exe - > SDK selected: S60 2nd FP 3 for .net
On executing the project, the emulator displays gUI interface, where as it should display Console with Hello World written on it....
Kindly guide me through
if i remember correctly in some post i have told somebody that the template generated uses CConsoleBase class for display.
if you donot want it remove it from the code.Code:LOCAL_D CConsoleBase* console; // write all messages to this