OT COBOL,有人吗?外部符号“hcobol_cvt_str2bnum”未找到
我对语言和环境都不太熟悉。有谁知道可能导致这种情况的原因以及可能的补救措施?除了 OTCOBOL 发行版附带的库之外,我没有使用任何其他库。我什至重建了 OTCOBOL 并重新编译。仍然收到此错误。
我尝试过从 IDE 以及命令行进行编译、制作和构建。
根据要求,这里是 OTCOBOL 的链接: http://www.tim-r-norton.com/images/otcobolz.exe
I'm not too familiar with the language or the environment. Does anyone know what could be causing this and a possible remedy? I'm not using any other libraries other than what came with the OTCOBOL distro. I even rebuilt OTCOBOL and recompiled. Still getting this error.
I've tried compile, make, and build from the IDE as well as from the command line.
As requested, here is a link to OTCOBOL:
http://www.tim-r-norton.com/images/otcobolz.exe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认识名称 OTCOBOL,但该错误似乎意味着从字符串到二进制的转换失败。这是编译错误还是运行时错误?
I don't recognise the name OTCOBOL, but the error seems to imply a conversion from string to binary has failed. Is this a compile or run-time error?