Received Event Never Fires in C++ - WeOnlyDo Discussion board

Received Event Never Fires in C++ (wodTelnetDLX)

by rburdick, Friday, September 10, 2004, 02:53 (7161 days ago)

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++

by wodSupport, Friday, September 10, 2004, 03:14 (7161 days ago) @ rburdick

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++

by rburdick, Friday, September 10, 2004, 03:30 (7161 days ago) @ wodSupport

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++

by wodSupport, Saturday, September 11, 2004, 00:29 (7160 days ago) @ rburdick

Robert,

yes I got it. Your declaration seems correct to me.