I fixed problem in CVS
The problem is in project setting. You must compile all project with DLL and multithreaded enabled. You can download win32/CCXX.dsp and win32/config.h from CVS Web to solve this problem (without retrieving all CVS)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
just compiled the library as it is under w2k VC6, native stl. While trying to use 'tcpstream' I have the following problem:
tcpstream tcps("server:1234");
double ver = 1.1;
tcps << ver;
causes a bad_cast exception: 'missing locale facet'. Any ideas ???
Cheers,
dimitri
The problem is still present in Common C++ 1.9.0.
tcp.cpp in demo subdirectory does not work.
I fixed problem in CVS
The problem is in project setting. You must compile all project with DLL and multithreaded enabled. You can download win32/CCXX.dsp and win32/config.h from CVS Web to solve this problem (without retrieving all CVS)