-
Notifications
You must be signed in to change notification settings - Fork 35
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
VBA compatibility #11
Comments
The project is not tested in VBA at all and github erroneously marks the repo as VBA sources because it apparently does not understand VB6. Of the three backends only |
@AndreAfonso It seems you are interested in the That would need a new x64 ASM thunk -- never done it before so the challenge is very tempting :-)) |
Yes, was looking for a socket class implementation (simple connect, send, receive, close), to have some kind of two way communication in VBA. I found some examples using the Well, here's a challenge if you want to give it a try 😉 |
I was able to create a DLL for the stuff I need from this project without typing a single line of code, and using that for my VBA programs. It works perfectly. You may want to consider doing that. |
Hello,
I have been looking for a TCP socket server/client implementation in VBA, but couldn't find any up to date.
However, stumbled upon this library but not sure how to implement this in VBA.
Could you share some guidance on how to make this (can it?) work on a VBA project?
Thank you.
The text was updated successfully, but these errors were encountered: