pr2-eugin
Super Moderator
- Local time
- Today, 06:12
- Joined
- Nov 30, 2011
- Messages
- 8,494
Hi there,
I have been coding in MS Access 2010 (32-bit) for the past 10 months, and now my company taken over by others have their own server.. Who apparently have MS Access 2010 (64 bit) so my code does not work as expected, well lets just say it does not work at all.. As I need to use Declare and PtrSafe.. I tried looking online I found some information on MSDN website.. But it really has not given me a clue.. It says
I have been coding in MS Access 2010 (32-bit) for the past 10 months, and now my company taken over by others have their own server.. Who apparently have MS Access 2010 (64 bit) so my code does not work as expected, well lets just say it does not work at all.. As I need to use Declare and PtrSafe.. I tried looking online I found some information on MSDN website.. But it really has not given me a clue.. It says
But I have not a slightest clue which functions would I need.. I honestly do not even understand what it means.. Has anyone done this migrating the code to 64-bit? If so could you please please give me some information how to go around this?Microsoft provides a Win32API.txt file which contains 1,500 Declare statements and a tool to cut and paste the Declare statement that that you want into your code.