hi all..
I am using DrawText() method of CGraphicsContext to display some text. the code is:
there are no errors in the application but the emulator terminates as soon as the application is loaded.Code:CWindowGc& gc=SystemGc(); gc.SetPenColor(KRgbBlack); TPoint pos(50,50); _LIT(KExampleText,"blacktext"); gc.DrawText(KExampleText,pos);
Any kind of help is awaited...
Thanks in advance..



