Link error in Borland 6.0

拥有回忆 提交于 2019-12-24 18:20:27

问题


Got Link error (Fatal: Access violation. Link terminated) in Borland 6.0.

How do I know what is the cause of it ?

Is there any output file that I can open and get more informative message ?


回答1:


You should be able to use the command line that gets passed to the linker to determine which .obj files are being passed to the linker. You can then include/exclude files to see when the error occurs.

A number of linker problems have been fixed since BCB6, you may want to try the linker from a demo of a newer version to see if that solves your problem.




回答2:


Some files in the project had incorrect file path.



来源:https://stackoverflow.com/questions/2184763/link-error-in-borland-6-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!