Page 1 of 1

Creating dylibs with PB?

Posted: Sat Feb 09, 2008 10:40 pm
by blueapples
Is it possible to create dylibs with PB similar to creation of DLL files on Windows?

I am planning on creating a shared library that will provide a common set of core functionality written in PB, with a native GUI on Mac OS and Windows (i.e., a Cocoa app on Mac OS, probably a .NET app on Windows).

Has anyone created dylibs on Mac OS? Is it even possible? Have I missed something painfully obvious in the docs or the forum?

Thanks :)

Posted: Wed Feb 20, 2008 8:11 am
by adamredwoods
In the demo compiler, I saw an option that allowed ".so" files. On Linux, this is a shared object, which acts the same as dll or dylib.

So, I would guess "yes".