Creating dylibs with PB?

Mac OSX specific forum
blueapples
User
User
Posts: 19
Joined: Mon Oct 03, 2005 10:00 am

Creating dylibs with PB?

Post 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 :)
adamredwoods
New User
New User
Posts: 9
Joined: Wed Feb 13, 2008 12:58 am
Location: California

Post 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".
Post Reply