开发者

Which dynamic libraries on OS X can be taken for granted?

If I want to make an OS X program as self-contained as possible to ease installation, what开发者_如何学C dynamic libraries can I expect everyone or most people to have? If I know that, I won't have to compile static libraries for everything.


All functions listed in Single UNIX Specification V3 are available.

Obviously, all Cocoa frameworks are available as well. The exact contents depend on OS version.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜