How to use the DLL Imporer tool?
How to use the DLL Imporer tool?
Curious how one would use this. I'm really dense so the read me felt cryptic.
▓▓▓▓▓▒▒▒▒▒░░░░░
-
IdeasVacuum
- Always Here

- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: How to use the DLL Imporer tool?
.... 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.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: How to use the DLL Imporer tool?
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
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
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

