DLL using PB lib

Just starting out? Need help? Post your questions and find answers here.
User avatar
pf shadoko
Enthusiast
Enthusiast
Posts: 297
Joined: Thu Jul 09, 2015 9:07 am

DLL using PB lib

Post by pf shadoko »

Hello everyone,

I have developed many functions for creating mesh and texture
I wanted to offer them as a DLL, but I did not succeed
I wonder if it is possible to use functions from PB libraries (3D, 2ddrawing, vectordrawing) in a DLL

Did any of you try / succeed
I do not know anything about DLLs, if someone can enlighten me
And offer me a sample with a PB library
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8433
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: DLL using PB lib

Post by netmaestro »

Everything works in dlls, there are just a few rules that must be adhered to. You can find these in the help file under 'Various Topics'->'Building a DLL'.
BERESHEIT
Post Reply