I am using carbide.c++ with symbian 2nd edition fp3
when i am building my project in armi mode it is giving me
error:
*** [TicTacToe.bas] Error 1
TicTacToe is my projects name.
Please help me if any one knows about this error.
this is coz u ve nt added the required libs in the armi build configuration ... copy all the libraries u have in udeb to armi configuration also ..
to add the libs to armi go to project->properties->c/c++ build ...change configuration to armi build from drop down menu ...go to gcc 98 linker first stage -> general options and add all the libs tht were thr in ur udeb confg to the box on the bottom right ... think it shud work ...