Lee Begg wrote: > You don't need tls and https sockets unless you need secure sockets. > Currently > both demo servers do not have secure sockets open. Thanks for answer. Actually i already created simple client and tested it on Pocket PC emulator. It works well.
>> # Manually added simple config.h and added include of >> config.h to files where it isn't included. > > This file is automatically created by autoheader/autoconf and configure. Please note that there are several source files which do not include config.h. >> # iostream isn't supported. I replaced std::cout with printf. >> # ostringstream isn't supported. I replaced it with std::string. > > Is this a limitation of the PocketPC Platform? Not sure. Probably this is limitiation of my build environment which is MSVC 4.0. >> # advance() is used without namespace std. I had to change that. >> # tcpsocket.cpp IPv4 version uses connect() without namespace >> (IPv6 version does not). I added replaced connect() with ::connect(). >> # tcpsocket.cpp IPv4 uses undefined variable service. I replaced it >> with portname. > > Forward me patches or differences for these and I'll fix them. > >> # Added #ifdefs around unix-specific includes. > > Hummm..... patch please? I will post it here at this weekend. --- Sergey _______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
