Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Is there a Table for mapping API calls in diff versions?
Abzz
Hey guys,<br />
<br />
I am new to actuate... please help me with the following.<br />
<br />
I have a legacy VB6 Application which used Actuate 7 API. It used the following approach ...<br />
<br />
<strong class='bbc'><br />
Private Declare Function AcReqInitialize Lib "ACRQ7060.DLL" () As Long<br />
<br />
Private Declare Function AcReqGetFirstGroup Lib "ACRQ7060.DLL" (ByVal fileHandle As Long) As String<br />
<br />
Private Declare Function AcReqGetError Lib "ACRQ7060.dll" (ByVal fileHandle As Long) As Long<br />
</strong><br />
<br />
We have planned to upgrade to Actuate 10 and re4do the application in C# DOT NET. <br />
<br />
I found some examples in the folder<br />
<em class='bbc'>[Install Folder]ServerIntTechWeb Services</em><br />
and was able to comprehend it.<br />
<br />
<br />
<strong class='bbc'><br />
But how do I map the Version 7 API calls to Version 10 .... <br />
Is there a mapping doc that could make my life easy?<br />
</strong>
Find more posts tagged with
Comments
Abzz
does the <strong class='bbc'>class ActuateAPI</strong> in the Server_Proxy.localhost namespace .... encapsulate all the APIs .... or are there more similar classes?