Idea is to bridge to 32 bit stuff with 64 bit python
1. Use a 32-bit version of Visual Studio to compile the code as a 32-bit DLL.
2. Set the project to build a DLL:
• Open Project Properties > Configuration Properties > General.
• Set Configuration Type to Dynamic Library (.dll).
3. Specify the output architecture:
• Under Configuration Properties > Linker > Advanced, set Target Machine to MachineX86 for 32-bit.