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