hi, i am using Carbide.c++ Express, S60 SDK 3rd 9.1.
I am having some Symbian code and i found trouble in making sis file of that.
When i try to compile that code via S60 3.0 Emulator Debug then i got the .exe file with some warnings but emulator is not able to run that file.
When i tried to compile that application via S60 Phone(3.0) GCCE Release then i am able to compile the application but it gives some linker errors in its *.o(Object) files. The object file in Symbian library linked fine but *.o files of corressponding *.cpp in my project give problem.
It give some undefined reference like
TestContainer.cpp.text+0xbb0): undefined reference to `TRect::TRect(int, int, int, int)'
and there are list of such undefined refernences...
Also there are two errors
C:/Symbian/9.1/S60_3rd/EPOC32/DATA/Z/resource/apps/testApp_0x20003305.rsc
[testApp_0x20003305.sym] Error 1
I am able to compile and link the simple HelloWorld application.

.text+0xbb0): undefined reference to `TRect::TRect(int, int, int, int)'


