如何在 Objective C 中通过 LAN 进行通信
我正在使用 GNU GCC 编译器(XCODE 不可用) 来运行 objective C。我想通过内部网络从一个 主机 向另一个主机发送消息网络(如 LAN)。我不知道该怎么做。 任何BUDDY来帮助。
I am using GNU GCC compiler(XCODE NOT AVAILABLE) for running objective C.I want to send message from one HOST to another over the internal network(Like LAN).I have no Idea how to do it.
Any BUDDY to HElp.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为某个平台(Windows、Linux、Mac OS X)编写无痛客户端的关键是使用该平台的软件开发工具包 (SDK)。
SDK将提供工具和平台库,使您的开发尽可能轻松。
所以你问的关于在 Windows 上编译 Objective-C 的问题听起来像是你想为 Mac OS X 或 iOS/iPhone 平台开发一个客户端。对于询问如何执行此操作的人来说,这并不是一件容易的任务。所以我建议不要这样做。
The key to writing a pain-free client for a platform (Windows, Linux, Mac OS X) is using that platform Software Development Kit (SDK).
The SDK will provide tools and platform library to make your development as pain-free as possible.
So your question of asking about compiling Objective-C on Windows sounds like you want to develop a client for Mac OS X or iOS/iPhone platform. This is no easy task for a person asking on SO how to perform this. So I would advise against it.