64bit conversion
Hi,
Have you planned to convert your code into a 64bit VBA version (Using PtrSafe and LongPtr).
Regards
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 IMPL_ASYNCSELECTNOTIFY_THUNK conditional compilation.
It is in x86 ASM but I'm planning on converting it to C/C++ for the x64 port.
keep in track too.