64-bit Client for 10.2.2 - API declarations

Post Reply
User avatar
gtonkin
MVP
Posts: 1269
Joined: Thu May 06, 2010 3:03 pm
OLAP Product: TM1
Version: Latest and greatest
Excel Version: Office 365 64-bit
Location: JHB, South Africa
Contact:

64-bit Client for 10.2.2 - API declarations

Post 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.
BR, George.

Learn something new: MDX Views
Post Reply