Skip to content
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

Open
mytrain opened this issue Nov 29, 2022 · 4 comments
Open

64bit conversion #29

mytrain opened this issue Nov 29, 2022 · 4 comments

Comments

@mytrain
Copy link

mytrain commented Nov 29, 2022

Hi,

Have you planned to convert your code into a 64bit VBA version (Using PtrSafe and LongPtr).

Regards

@wqweto
Copy link
Owner

wqweto commented Nov 29, 2022

I'll probably implement an x64 version targeting twinBASIC first which will probably bring a 64-bit VBA version as a byproduct too.

@mytrain
Copy link
Author

mytrain commented Nov 30, 2022

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.

@wqweto
Copy link
Owner

wqweto commented Nov 30, 2022

The source code of the thunk is in thunks.cpp under IMPL_ASYNCSELECTNOTIFY_THUNK conditional compilation.

It is in x86 ASM but I'm planning on converting it to C/C++ for the x64 port.

@loquat
Copy link

loquat commented Mar 18, 2023

keep in track too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants