Discussion:
BCB 2007. [ILINK32 Error] Fatal: Access violation. Link terminated.
(too old to reply)
Andriy R
2008-06-04 09:38:01 UTC
Permalink
Hello

Linker fails with message "[ILINK32 Error] Fatal: Access violation. Link terminated" during linking big project...

Could someone give a hint regarding workaround?

CodeGear™ C++Builder® 2007 R2 Version 11.0.2987.10779
401KAndPensionCode
2008-06-04 10:38:42 UTC
Permalink
Yes, that also happens from time to time in MS VS 2005 and the new and
wonderful[their words] 2008.
Close all other apps, change your project linker options to no incremental
linker, no rtl and delete state files...get out of CG and reopen it...should
be fine.
Next time, include your app .cbproj file in your post....was this a
conversion from a bcb2006 .bdsproj?? if so you should review it for bad libs
and dll's...good luck.
Post by Andriy R
Hello
Linker fails with message "[ILINK32 Error] Fatal: Access violation. Link
terminated" during linking big project...
Could someone give a hint regarding workaround?
CodeGearT C++Builder® 2007 R2 Version 11.0.2987.10779
AlexB
2008-06-05 05:33:25 UTC
Permalink
Post by Andriy R
Linker fails with message "[ILINK32 Error] Fatal: Access violation.
Link terminated" during linking big project...
Could someone give a hint regarding workaround?
Try ULink; see "C Builder 2007 with ULINK" thread in cppbuilder.ide
group. Works perfect for me and most users.
--
Alex
Loading...