-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes in VB5 IDE #4
Comments
Does it work when compiled? If it does try setting Did you change these lines
. . . to Will fix it soon so you can get IDE protection in VB5 too. Other than this on first glance it seems to work (without IDE protection) in VB5 just fine, even the TLS implementation is working ok. (Had to replace all |
Oh, so that's why I actually changed these two lines to try both vba5 and vba6, and use whatever is already loaded.
I also replaced all Yes, the program works fine after being compiled. Thanks in advance, I'll be waiting for updates! |
@h3rmit-git Just pushed all VB5 fixes to a new You can check it out and report any problems here. |
Thank you! The vb5 branch seems to work fine in VB5 now. The |
In commit 49b569e I pushed a regex based find&replace in cAsyncSocket to get rid of the two |
I'm quite reluctant to use the Instead, I'm quite comfortable with just adding you previous implementation of |
Previous Here is a somewhat better Writing and debugging a decent pure VB5 implementation will be time-consuming and the risk of not achieving anything compared to the RegExp one is very high, so I'll pass on this one. |
Btw, in commit aa8b241 I just completely removed new-lines replacement as it turned out to be unnecessary in cAsyncSocket class. |
I've tried out your VbAsyncSocket class in a VB5 project and the IDE crashes whenever trying to listen, connect, send or receive data. I tried the same project under the VB6 IDE and they seem to work fine. I suspect your thunks are not compatible with the VB5 IDE.
Could you please add support for VB5?
The text was updated successfully, but these errors were encountered: