Page 1 of 1

64-bit Client for 10.2.2 - API declarations

Posted: Thu Sep 04, 2014 10:43 am
by gtonkin
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:

Code: Select all

#If Win64 Then
       Private Declare PtrSafe Function ...
#Else
        Private Declare Function
#End If
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.