开发者

Link error in Borland 6.0

开发者 https://www.devze.com 2022-12-18 15:59 出处:网络
Got Link error (Fatal: Access violation. Link terminated) in Borland 6.0. How do I know what is the cause of it ?

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 informativ开发者_开发百科e message ?


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.


Some files in the project had incorrect file path.

0

精彩评论

暂无评论...
验证码 换一张
取 消