I got this exception when trying to read something from TCPStream with operator>> under win32.
I figured out that this is thrown from:
use_facet(const locale& loc, const Facet *fac, bool make_it);
but i don't know why. This may be because I haven't built Common C++ using supplied project file, but created one from scratch.
What can be done about it?
Thanks a lot Michael
Log in to post a comment.
I got this exception when trying to read something from TCPStream with operator>> under win32.
I figured out that this is thrown from:
use_facet(const locale& loc, const Facet *fac, bool make_it);
but i don't know why. This may be because I haven't built Common C++ using supplied project file, but created one from scratch.
What can be done about it?
Thanks a lot
Michael