ABC
unread,Feb 6, 2012, 6:04:00 PM2/6/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am doing a simple test using Quad-NA in APL-Plus Win to call a DLL from an
APL program.
The name of the DLL is mydll2 and the module is AddUp. I wrote the DLL in
MASM32 assembler.
The Quad-NA syntax is: 'DLL I4 <-- mydll2.AddUp(I4)' QuadNA 'AddThis'
The return value from QuadNA is a 1, indicating success, and the locked
function is created in the workspace.
The DLL is located in the same directory as the workspace.
However, when I run the AddThis locked function, I get the error message:
MODULE NOT FOUND.
I used QuadNA with success several years ago, but I don't know what I am
doing wrong now.
Any help will be appreciated.
Thanks.
Jim