How do I use IM in a non-standard language
Posted: 2006-11-22T10:31:44-07:00
Hi,
first post, hopefully the first of many.
I use a language that lets me use DLLs in the following way:
LOAD DLL filename$
CALL DLL function$, [parameter1, parameter2...]
I can use any DLL function that is available in the exported table, and up to 9 parameters (integer, float, string). I can also return 1 parameter.
Can you tell me if this approach is compatible with IM, and if so which download I need. Ideally, I would like to simply include the dll in the installation directory, without the need to register it. This is a Windows based application.
Thanks in advance for your help!
first post, hopefully the first of many.
I use a language that lets me use DLLs in the following way:
LOAD DLL filename$
CALL DLL function$, [parameter1, parameter2...]
I can use any DLL function that is available in the exported table, and up to 9 parameters (integer, float, string). I can also return 1 parameter.
Can you tell me if this approach is compatible with IM, and if so which download I need. Ideally, I would like to simply include the dll in the installation directory, without the need to register it. This is a Windows based application.
Thanks in advance for your help!