borland C ++错误消息 [英] borland C++ error message

查看:107
本文介绍了borland C ++错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用Borland C ++ 5.02版ide编写了一个多文件C ++程序.它具有两个cpp文件和一个标头.我已经使用STL适配器``queueue''和``deque''容器了.源文件的编译没有给出任何错误.但是当我尝试运行它时,会出现以下错误消息:

信息:传输到C:\ BC5BIN \ tlink.exe@E:\ Projects \ BandB \ ASSIGN〜1.R $ P

致命:(1,1):模块分配中的错误目标文件记录.cpp在模块文件偏移量0x00004D74附近

有人可以解释以上错误消息的含义吗?

I have written a multi-file C++ program using Borland C++ version 5.02 ide. It has two cpp files and one header. I have used STL adapter ''quueue'' using ''deque'' container.Compilation of the source file did not give any error. But when I try to run it, following error message occurs:

Info :Transferring to C:\BC5BIN\tlink.exe@E:\Projects\BandB\ASSIGN~1.R$P

Fatal: (1,1):Bad object file record in module assignment.cpp near module file offset 0x00004D74

Can someone explain the meaning of above error message?

推荐答案

P

致命:(1,1):模块分配中的错误目标文件记录.cpp在模块文件偏移量0x00004D74附近

有人可以解释以上错误消息的含义吗?
P

Fatal: (1,1):Bad object file record in module assignment.cpp near module file offset 0x00004D74

Can someone explain the meaning of above error message?


该错误通常表示您是为一个平台构建的,但尝试在另一个平台上运行(例如32/16位不匹配,DOS/Windows不匹配).还有一个已知错误 [
The error usually means that you build for one platform, but try running on a different one (e.g. 32/16 bit mismatch, DOS/Windows mismatch). There is also a known bug[^] that may give you the same error.


这篇关于borland C ++错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆