How to use the DLL Imporer tool?

Everything else that doesn't fall into one of the other PB categories.
Nituvious
Addict
Addict
Posts: 1033
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

How to use the DLL Imporer tool?

Post by Nituvious »

Curious how one would use this. I'm really dense so the read me felt cryptic.
▓▓▓▓▓▒▒▒▒▒░░░░░
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: How to use the DLL Imporer tool?

Post 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.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: How to use the DLL Imporer tool?

Post by ts-soft »

This tool is very simple :wink:
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 :wink:
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.
Image
Nituvious
Addict
Addict
Posts: 1033
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Re: How to use the DLL Imporer tool?

Post by Nituvious »

Ah, okay. Thanks for the heads up. :)
▓▓▓▓▓▒▒▒▒▒░░░░░
Post Reply