Received Event Never Fires in C++ (wodTelnetDLX)

by rburdick @, (7539 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

locked

Re: Received Event Never Fires in C++

by Jasmine, (7539 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

locked

Re: Received Event Never Fires in C++

by rburdick @, (7539 days ago) @ Jasmine

Sample code is on the way! thanks!!

Do you have some sample code that sinks the received event?

locked

Re: Received Event Never Fires in C++

by Jasmine, (7538 days ago) @ rburdick

Robert,

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

locked