WIN32API

This topic is specifically for discussions on the new APL64 Project currently in development. This topic is open for all to browse. However, to post, one must have a registered account on the APLDN forum only available to APL+Win licensee under a current APL+Win Subscription.

Moderators: Tech Support, phpbb_admin

WIN32API

Postby Ajay Askoolum » November 21st, 2018, 2:52 am

The project document suggests that APL64 will support WIN32 API calls. Perfect!

However, for 64 bit Office applications, the way to use the calls changes-for a specific example- from

Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long
to
Declare PtrSafe Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long
No doubt APL2000 will supply an ADF file with the right W_Ini definitions.

What about the calls I have defined? Will I need to translate them?
Ajay Askoolum
 
Posts: 884
Joined: February 22nd, 2007, 2:16 am
Location: United Kingdom

Return to APL64 Project

Who is online

Users browsing this forum: No registered users and 3 guests

cron