Search found 1 match
- Fri May 25, 2018 9:20 pm
- Forum: Liberty BASIC Language
- Topic: Trouble calling a DLL
- Replies: 2
- Views: 7398
Trouble calling a DLL
I am writing a program using Liberty Basic and thought I'd see how things might be using LBB. Here is a snippet of code.... Open "IsFile32.dll" For DLL As #ff CallDLL #ff, "IsFile",temp$ As ptr, result As long close #ff I get an error code when I try and run the program, saying t...