Rich text Editor example fail on invalid preprocessing directive name
hi
i'm trying to compile the S60_Platform_Rich_Text_Editor_Example_v2_1 example , my system is
S60 3rd FP1 . when i explicity define EKA2 in the bld.inf file and _CARBIDE_CPP_ in the mmp file . it fail on compilation on
"invalid preprocessing directive name" on RichTextEditor_S60_3rd_ed_Carbide.pkg on line 5 #{"RichTextEditor"},(0x01EF0030),2,0,0
my target device is the emulator , and i'm using carbide.c++ 1.2.2
any idea ?
nimco
Re: Rich text Editor example fail on invalid preprocessing directive name
Hi,
To which s60 version does it belong are you try to port it from 2nd edition may be you should follow this link [URL="http://www.forum.nokia.com/info/sw.nokia.com/id/6190aad6-3b3b-4a6a-a53a-221e61c94248/S60_Platform_Porting_from_2nd_to_3rd_Edition_v1_1_en.pdf.html"]http://www.forum.nokia.com/info/sw.nokia.com/id/6190aad6-3b3b-4a6a-a53a-221e61c94248/S60_Platform_Porting_from_2nd_to_3rd_Edition_v1_1_en.pdf.html[/URL]
Re: Rich text Editor example fail on invalid preprocessing directive name
I think when you are compiling for the emulator, it will have nothing to do with the pkg file. So, right click your project in Carbide, try to Set Active -> Emulator(Debug), then compile it