amorosik
Active member
- Local time
- Tomorrow, 00:42
- Joined
- Apr 18, 2020
- Messages
- 629
Is there an automatic system for converting Access code from 32-bit to 32/64-bit?
I'm asking this because, after manually adapting some parts, I see that it essentially involves duplicating the definitions of functions called from external libraries and adapting the code by replacing the Long with a LongPtr
Therefore, it seems like a perfectly automatable task
I'm asking this because, after manually adapting some parts, I see that it essentially involves duplicating the definitions of functions called from external libraries and adapting the code by replacing the Long with a LongPtr
Therefore, it seems like a perfectly automatable task