Hi :D
First, sorry for my English :blush:
Let me know if its possible to use external DLL to my application, and if so, whether any extension would be specified.
I've created a DLL in Delphi.
Thank you very much
Printable View
Hi :D
First, sorry for my English :blush:
Let me know if its possible to use external DLL to my application, and if so, whether any extension would be specified.
I've created a DLL in Delphi.
Thank you very much
Hello! It is possible indeed, using this object:
http://ext.neatwares.ath.cx/ext/DLL_Object
It's not that simple, but since you're a programmer, you should be able to figure out how to use it. There are examples that come with the object.
Thank you for the information!
I'm going to try this extension :D :grin:
Regards
I have tried to load one DLL of mine but in the error message, it tells me that the file doesn't exist. This application DLL is a version demo or it is it works to 100%?
My DLL it is useful for recalling some functions that allow to turn on some relays. The DLL of which I am speaking, is a DLL of a PIC. Does this application in MMF2 recognize all the DLL?
with the function "load dll" I have loaded the dll in this way:
"MChid.dll"
then I have created a string what, it "Always" holds this string:
DLL on error - Set string: GetErrorMessage$( "DLL Object" )
result in the "string" when application in run:
file doesn't exist
If I load the dll "user32.dll" in the string has show:
No error
Why with the other DLLs the message that the fele doesn't exist appears?
Ok, this extension, load only DLL in directory System32
Now the message is good, "no error", but I have problem wiht
call function
Instead of putting every dll in the system32 directory, cant you just enter the full path of the dll file as an expression?