How to include DLL Libmysql.dll

Share your advanced PureBasic knowledge/code with the community.
guruk
User
User
Posts: 50
Joined: Thu Aug 18, 2005 2:05 pm

How to include DLL Libmysql.dll

Post by guruk »

Hi,
do you have a solution for me to include the libmysql.dll into my program
and how to call the functions of it withing my code?

Now i can includebinary but when I start, there is no error, but the
functions not working.

thanks
chris
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

You might want to look at PBOSL which has a library for loading a dll from memory.
I may look like a mule, but I'm not a complete ass.
Post Reply