-
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
64bit conversion #29
Comments
I'll probably implement an x64 version targeting twinBASIC first which will probably bring a 64-bit VBA version as a byproduct too. |
I try to adapt your code but CallWindowProc fails, no sure my declare statement is right. However maybe the Thunk stuff is 32bit and not 64bit. |
The source code of the thunk is in thunks.cpp under It is in x86 ASM but I'm planning on converting it to C/C++ for the x64 port. |
keep in track too. |
Hi,
Have you planned to convert your code into a 64bit VBA version (Using PtrSafe and LongPtr).
Regards
The text was updated successfully, but these errors were encountered: