Mac 创建简单的 dylib?
我需要使用 XCode 为我的客户创建一个 dylib。 dylib 只有两个函数 start 和 stop。人们正在制作这个用于单声道,他们将其称为 dylib。我怎样才能创建这个? 谢谢。
I need to create a dylib using XCode for my client. The dylib will have only two function start, and stop. The people i m making this for use mono and they will call this dylib. How can I create this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Xcode 具有 Cocoa、C++ 和 C 动态库的项目模板。只需创建其中之一并向其中添加功能即可。
Xcode has project templates for Cocoa, C++ and C dynamic libraries. Just create one of these and add you functions to it.