64-bit Client for 10.2.2 - API declarations
Posted: Thu Sep 04, 2014 10:43 am
For those who are migrating, please note that API declarations need to be updated to declare for 64-bit and 32-bit the below code seems to do the trick:
In so far as possible we are changing templates to use Action buttons which will reduce some of the legacy API code.
Has anyone been able to test the 64-bit client - specifically around ActiveForms, API support, DBRW/DBSW etc.
Code: Select all
#If Win64 Then
Private Declare PtrSafe Function ...
#Else
Private Declare Function
#End If
Has anyone been able to test the 64-bit client - specifically around ActiveForms, API support, DBRW/DBSW etc.