Hello, I've a problem compiling the standard template GUI application supplied with carbide c++ v2 . when i first created the project there is line of code that says "#include "proj_name_0xEF9A68B0.hlp.hrh" in the proj_nameAppUi.cpp file and it gives a comile time error saying that the file is not found
The second error is in the second line
array->AppendL(TCoeHelpCpntexzt(KUidproj_nameApp, KGeneral_Information));
complaining that KGeneral_Information is not defined
The complete source can be listed by creating the standard template GUI project supplied with carbide c++ v2 (By the way carbide c++ v1.3 gave exactly the same message) I haven't touched any single line of code I SWEAR !



