Page 1 of 1
How to use the DLL Imporer tool?
Posted: Mon Nov 26, 2012 8:51 am
by Nituvious
Curious how one would use this. I'm really dense so the read me felt cryptic.
Re: How to use the DLL Imporer tool?
Posted: Mon Nov 26, 2012 4:06 pm
by IdeasVacuum
.... The ReadMe looks as though it was written in haste. Should be properly covered in the Help really, with a working example, as there is for writing DLLs.
Re: How to use the DLL Imporer tool?
Posted: Mon Nov 26, 2012 4:23 pm
by ts-soft
This tool is very simple
Write a textfile, with one line with name of DLL and one line for each function like:
functionname countofparameters
The DLL in the same dir or in the searchpath of OS.
The result to purebasic/purelibraries/linux or the same for windows.
You can use all DLL functions like the windows-api.
Thats all, not very usefull and is not required to put the help in the purebasic help

Re: How to use the DLL Imporer tool?
Posted: Tue Nov 27, 2012 3:51 am
by Nituvious
Ah, okay. Thanks for the heads up.
