Problem in documentation

Windows specific forum
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Problem in documentation

Post by Polo »

I try to open a DLL library with OpenLibrary, I get the handle of it, though "ExaminateLibraryFunctions" and "NextLibraryFunction" both return "-1", which is different to what is said in the doc ("0" should be return if no functions are in the DLL ? well there are functions but it doesn't work...)
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

Post by Franky »

Did you create the functions inside your DLL using ProcedureDLL?

"Procedure"-Procedures are not seen as callable functions inside a DLL.
Give Up everything but trying!
Post Reply