Hi all! I began writing a simple application with sockets, but when I built the project for run in emulator, carbide show a message with error, but don't show what error is and any line file is changed to color red.
I simple put this(in MyClassAppUi, traditional archteture):
#include <es_sock.h>
...
RSocketServ iSockServ;
Int erro;
and my application don't run, but if I erase the declarations for RSocketServ, the application runs normaly.
What the possible reasons for this error?
Sorry my bad english.




