Compiling and distributing

Everything else that doesn't fall into one of the other PB categories.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Compiling and distributing

Post by SFSxOI »

Hi,

Stupid question

If I use a specific library to write some code, and i then compile an .exe or .dll file from that code, in order to distribute that file like to use it on another computer that does not have PB installed on it, do I have to also compile the library I used with the code?
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

no, libaries are compiled into your exe and no external attachments are needed (unless you use the web gadget or the build in 3d engine)
~Dreglor
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

Ahhh, OK, Thanks for the reply.
Post Reply