I run demo version in common c++ 1.6.4 win32 with MSVS. Then i connected to the appsock.exe and i recive message on terminal:
"welcome to 172.30.2.52" but when i try to send integer back to server (appsock) server crash.
So the problem is in overloaded operator >>. Is that a bug or what??
Could someone help me it is realy urgent.
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This problem had been fixed recently in CVS. I updated also apesock.dsp (now).
Is a dll version problem. Use dll library (Project -> Settings -> C/C++ -> Code Generation -> Use Runtime Library) in CommonC++ library and demo (next release not compile if not set properly)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-11-14
It' s a live thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I run demo version in common c++ 1.6.4 win32 with MSVS. Then i connected to the appsock.exe and i recive message on terminal:
"welcome to 172.30.2.52" but when i try to send integer back to server (appsock) server crash.
So the problem is in overloaded operator >>. Is that a bug or what??
Could someone help me it is realy urgent.
Thanks in advance!
This problem had been fixed recently in CVS. I updated also apesock.dsp (now).
Is a dll version problem. Use dll library (Project -> Settings -> C/C++ -> Code Generation -> Use Runtime Library) in CommonC++ library and demo (next release not compile if not set properly)
It' s a live thanks!