Page 1 of 1

Linux and OS X API's?

Posted: Mon Oct 10, 2005 2:13 pm
by Killswitch
Does PB allow you to directly access the API's for Linux and OS X in the same way it does for Windows, and if so where can I find resources for both of the above?

Thanks for the help,

Killswitch

Posted: Mon Oct 10, 2005 4:56 pm
by Fred
On linux, no problem, you can get the doc at www.gtk.org (GTK1.2 or GTK2 depending of what you are doing). You can use the structure viewer to see which structures are supported (almost all GTK one should be supported). For MacOS X, it works but only for a few functions as we didn't had the time (and patience) to do all the OS X API.

Posted: Mon Oct 10, 2005 5:31 pm
by Killswitch
Thanks Fred :D .

Posted: Mon Oct 10, 2005 5:38 pm
by ts-soft
for linux, you can use this: http://lidn.sourceforge.net/
the "msdn" of linux :wink:

Posted: Mon Oct 10, 2005 7:42 pm
by dell_jockey
ts-soft wrote:for linux, you can use this: http://lidn.sourceforge.net/
the "msdn" of linux :wink:
Great resource, thanks!