please can you compile 64bit version py4vba?
Printable View
please can you compile 64bit version py4vba?
I am afraid I am not setup for it and have no great way to test it. X64 support never crossed my mind when writing it, so it’s likely some arguments would have to change doubling the tests required.
Its just more than I can tackle at the moment.
The free version of Visual Studio 2019 can compile the given source code. You would go into the configuration manager and add a new x64 target platform and change the lib directories to where your x64 python install is.
Python itself compiles fine for x64 so it should be doable.
You could probably have it compiling in several hours, but the testing required could easily take a week. The debugger ui would not be usable.
Some adventurous soul may be up to the task?