I was able to build the HelloWorld application and run it on the emulator.
However, when I tried to expand it to use RSocketServ and RSocket,
I can't get it to link successfully.
Also, I had to modify the .mpp to include 'sys/socket.h':
[INDENT] SYSTEMINCLUDE \epoc32\include\libc[/INDENT]
My .mpp file was modified to include (based on the docs):
[INDENT]LIBRARY euser.lib[/INDENT]
I've tried rebuilding the ABLD.BAT using:
[INDENT]bldmake bldfiles[/INDENT]
And I've tried rebuilding the makefiles using:
[INDENT]ABLD -v BUILD WINS UDEB[/INDENT]
Then tried rebuilding and I still have problems with unresolved external symbols:
[INDENT] RSocket::Open(class RSocketServ &,unsigned int,unsigned int,unsigned int)
RSocket::RSocket(void)
RSocketServ::Connect(unsigned int)
RSocketServ::RSocketServ(void)[/INDENT]
Anyone have any ideas?