Page 1 of 1
Static Libraries (copied from Beginners)
Posted: Tue Mar 02, 2004 6:29 pm
by Karbon
Just realized that this might be a better place for this question.
---
I have a static library and it's header file. Is there anything I can do to use this library with my PureBasic project?
The DLL is an ActiveX DLL, and we all know what a pain those are to work with from PB!
Thanks!!
Posted: Tue Mar 02, 2004 7:03 pm
by GedB
Mitch,
You can definately use the DLL using an interface.
How is a little more complex.
Could you possibly send me a copy of the DLL in question and I'll try to put together a project for you.
Send me an email and I'll sendyou back my email address.
Posted: Tue Mar 02, 2004 7:05 pm
by freak
You could write a wrapper and turn it into a PureLibrary.
Timo
Posted: Tue Mar 02, 2004 7:19 pm
by Karbon
I'd love to figure out how to setup an interface, I'll email you!
Thanks!
Posted: Tue Mar 02, 2004 7:57 pm
by Num3
@Karbon
I want that information too, has i have the same DLL has you
And i really wanna know more about interfaces, it's a complete blank to me at this point !!!
Posted: Tue Mar 02, 2004 8:01 pm
by Karbon
Anything I learn I will share!!
Posted: Wed Mar 03, 2004 12:21 am
by freak
Karbon: If you are still interested in the static lib thing, have a look here:
viewtopic.php?p=48586#48586
Timo
Posted: Wed Mar 03, 2004 12:23 am
by Karbon
freak, you are quite possibly the most useful human ever
Thanks man!
I'll give it a try!