Rx_
Nothing In Moderation
- Local time
- Today, 08:06
- Joined
- Oct 22, 2009
- Messages
- 2,803
PtrSafe is required for Declare Statements in Office 2013 64-Bit on newer Windows 64-Bit servers. Attempting to make updates to code today.
Any suggestions or questions would be very welcome.
My plan is to use a conditional compile.
Interesting enough, the 64-Bit development Desktop with MSOffice 2010 32-bit with Access 2010 VBA that referenced Excel 2010 code
ran on a Windows 64-bit Server with MSOffice 2010 64 Bit with no issues.
The server is part of a Citrix distribution.
A new Windows Server was set up with Office 2013 64-bit. The same MSAccess 2013 application would not open due to declarations consistent with not having the Declare statements using the PtrSafe.
Have located about a dozen Declare statements in the Front-End project (tied to SQL Server back-end via SQL Server Native Client 11.0.
Found several previous post. After acquiring a VM to develop a 32 bit code and then open it in a 64 bit server, I will start the conversion:
http://www.access-programmers.co.uk/forums/showthread.php?t=281561&highlight=ptrsafe
http://www.access-programmers.co.uk/forums/showthread.php?t=281463&highlight=ptrsafe
http://www.access-programmers.co.uk/forums/showthread.php?t=275117
Bottom line, the PtrSafe did not seem to be enough in some of the cases cited above.
Any suggestions or questions would be very welcome.
My plan is to use a conditional compile.
Interesting enough, the 64-Bit development Desktop with MSOffice 2010 32-bit with Access 2010 VBA that referenced Excel 2010 code
ran on a Windows 64-bit Server with MSOffice 2010 64 Bit with no issues.
The server is part of a Citrix distribution.
A new Windows Server was set up with Office 2013 64-bit. The same MSAccess 2013 application would not open due to declarations consistent with not having the Declare statements using the PtrSafe.
Have located about a dozen Declare statements in the Front-End project (tied to SQL Server back-end via SQL Server Native Client 11.0.
Found several previous post. After acquiring a VM to develop a 32 bit code and then open it in a 64 bit server, I will start the conversion:
http://www.access-programmers.co.uk/forums/showthread.php?t=281561&highlight=ptrsafe
http://www.access-programmers.co.uk/forums/showthread.php?t=281463&highlight=ptrsafe
http://www.access-programmers.co.uk/forums/showthread.php?t=275117
Bottom line, the PtrSafe did not seem to be enough in some of the cases cited above.
Last edited: