将 cobol 与 c++/C 混合
我尝试将 COBOL 代码与 C++ 混合,但没有成功:(
我在 IBM 论坛中看到此主题: http://publib.boulder.ibm.com/infocenter/comphelp/v111v131/index.jsp?topic=/com.ibm.aix.cbl.doc/PGandLR/tasks/tpsub17.htm (在 COBOL 和 C/C++ 程序之间调用)
但是,当我去构建这段代码时,我从链接器收到了几个很多错误:(
所以,我使用 OpenCobol 可以构建此代码吗?
I tried to mix COBOL code with C++, but i not have success :(
I see this topic in IBM forum: http://publib.boulder.ibm.com/infocenter/comphelp/v111v131/index.jsp?topic=/com.ibm.aix.cbl.doc/PGandLR/tasks/tpsub17.htm ( Calling between COBOL and C/C++ programs )
But, when I go to build this code, I receive several a lot of errors from linker :(
So, what I can do to build this code, using OpenCobol?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IBM 文档特定于其编译器和操作系统。试试这个
OpenCobol wiki
The IBM docs are specific to their compiler and OS. Try this instead
OpenCobol wiki