Page 1 of 1

Compiling and distributing

Posted: Tue Jan 03, 2006 3:51 am
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?

Posted: Tue Jan 03, 2006 3:55 am
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)

Posted: Tue Jan 03, 2006 4:35 am
by SFSxOI
Ahhh, OK, Thanks for the reply.