Received Event Never Fires in C++ (wodTelnetDLX)
Hello:
I have written a C++ application to use the control as a telnet client. After Send commands, I never get received events. I can get Connected, Diconnected, etc. events though, so I'm sure I'm sinking the control events properly.
The same functionality as a C# .NET application works just fine. Are there any issues using the control in C++?
Robert
Re: Received Event Never Fires in C++
rburdick,
hi. Can you send some code to techsupport@weonlydo.com? There could be 1000 causes for this - for example, if you don't declare event properly. I would need to see your code in order to give more details of why this happens.
Regards,
Kreso
Re: Received Event Never Fires in C++
Sample code is on the way! thanks!!
Do you have some sample code that sinks the received event?
Re: Received Event Never Fires in C++
Robert,
yes I got it. Your declaration seems correct to me.