when i try to compile (gcc) my program which uses ccxx with the static-flag (gcc -o tes test.cpp -static -lccxx -lpthread -lstdc++) it doesn't run :( i'am creating a new TCPSession and when i execute tcpsess->Start() the application hangs !?
and there is another problem: when i try to compile version 1.3.2 there is one define not defined ;) in socket.h on line 945 (sorry, i didn't remember the name) it's only defined, when win32 is defined (maybe i'm not right, but isn't that a bug?)
greetings
befi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi.
when i try to compile (gcc) my program which uses ccxx with the static-flag (gcc -o tes test.cpp -static -lccxx -lpthread -lstdc++) it doesn't run :( i'am creating a new TCPSession and when i execute tcpsess->Start() the application hangs !?
and there is another problem: when i try to compile version 1.3.2 there is one define not defined ;) in socket.h on line 945 (sorry, i didn't remember the name) it's only defined, when win32 is defined (maybe i'm not right, but isn't that a bug?)
greetings
befi