Read-only archive of the All About Symbian forum (2001–2013) · About this archive

HelloWorldBasic doesn't work

0 replies · 1,203 views · Started 02 March 2005

Hello, all!

I'm using MS VS .NET 2003 and Series 60 SDK 2.1

I was changing HelloWorldBasic sample project for study and I have made it's copy for working with it. At the one moment it ended working. Just after run the program finishes. Original HelloWorldBasic program now has the same behaviour. Of cource, I didn't change application ID.

Program finishes after call
TUid CHelloWorldBasicApplication::AppDllUid() const
{
// Return the UID for the HelloWorldBasic application
return KUidHelloWorldBasicApp;
}

What was happen with it and what have I do do?