[AccessD] 32 vs 64

Jim Dettman jimdettman at verizon.net
Tue Sep 25 11:38:23 CDT 2018


 That's the way to tackle it.   Also a couple of references to help:

Take a read through:

Compatibility Between the 32-bit and 64-bit Versions of Office 2010
http://msdn.microsoft.com/en-us/library/ee691831(office.14).aspx

Especially read the section "Introducing the VBA 7 Code Base" for the
general overview.

All the new 64 bit calls those that were modified for 64 bit:

http://www.microsoft.com/download/en/confirmation.aspx?displaylang=en&id=997
0
http://msdn.microsoft.com/en-us/library/aa383663(VS.85).aspx

 These have all the declare's you will need for calling anything in the
WinAPI.

Jim.

-----Original Message-----
From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of
Rocky Smolin
Sent: Tuesday, September 25, 2018 11:57 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] 32 vs 64

Looks like I gotta set up a VM on my box and load 54-bit Office and try it. 

r

-----Original Message-----
From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Jim
Dettman
Sent: Tuesday, September 25, 2018 6:34 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] 32 vs 64

<< If an app is developed in 32-bit Access (2010 in this case), can it be
compiled and run on a 64-bit machine (with the addition of SafePtr in the
right places)?  >>

Answer: it depends.

 If it has no calls to 3rd party DLL's, or references set to Active X
controls, then yes.

 Between PtrSafe and conditional complier constants, you can handle both 32
and 64 bit Access with a single DB.

<< Can an accde be made on the 64 bit Access install and run on other Office
64
bit boxes?>>

  No, not with 32 bit.   Because it's an .accde and lacking source code,
Access cannot re-compile on the fly.   You would need to create a .accde for
64 bit with Access 64 bit.

Jim.
 

-----Original Message-----
From: AccessD [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of
Rocky Smolin
Sent: Monday, September 24, 2018 9:41 PM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] 32 vs 64

If an app is developed in 32-bit Access (2010 in this case), can it be
compiled and run on a 64-bit machine (with the addition of SafePtr in the
right places)?  

 

Can an accde be made on the 64 bit Access install and run on other Office 64
bit boxes?

 

MTIA

 

 

Rocky Smolin

Beach Access Software

760-683-5777

 <http://www.bchacc.com> www.bchacc.com

 <http://www.e-z-mrp.com> www.e-z-mrp.com

Skype: rocky.smolin

 

 

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list