Board index » cppbuilder » Linker Hotfix
David Dean [CodeGear]
![]() CBuilder Developer |
David Dean [CodeGear]
![]() CBuilder Developer |
Linker Hotfix2008-06-20 04:34:37 AM cppbuilder25 CodeGear has issued a hotfix for a number of linker issues: <cc.codegear.com/item/25694> -- David Dean (CodeGear) Lead C++ QA Engineer |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2008-06-20 04:55:43 AM
Re:Linker Hotfix
"David Dean [CodeGear]" < XXXX@XXXXX.COM >wrote in message
QuoteCodeGear has issued a hotfix for a number of linker issues: the .exe version of the linker instead of the .dll version, but can that be avoided? Gambit |
dhoke
![]() CBuilder Developer |
2008-06-20 10:06:35 AM
Re:Linker Hotfix
Don't know the answer to your question, but I do note that the download
itself is listed as only available to CBuilder Developers of 2007 products, so apparently you only have a shot at trying it with earlier products if you've got the newer product registered. "Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message Quote
{smallsort} |
Roddy Pratt
![]() CBuilder Developer |
2008-06-21 05:32:35 AM
Re:Linker Hotfix
Remy Lebeau (TeamB) wrote:
QuoteI know there is a third-party add-on floating around with the previous version of linker, so it's worth installing even if the linker never gives you any trouble. - Roddy |
David Dean [CodeGear]
![]() CBuilder Developer |
2008-06-21 07:17:32 AM
Re:Linker Hotfix
In article <485ac81d$ XXXX@XXXXX.COM >,
"Remy Lebeau \(TeamB\)" < XXXX@XXXXX.COM >wrote: QuoteAny chance this can be used in older BCB versions (BCB6 in particular)? I new linker to customers unless they are registered as having the new compiler. We also no longer provide the linker in .dll form. The chances of this working well are getting much slimmer. -- David Dean (CodeGear) Lead C++ QA Engineer |
David Perkins
![]() CBuilder Developer |
2008-06-21 06:05:45 PM
Re:Linker HotfixQuoteIn the past, it has been possible to use new linkers with older |
Jonathan Benedicto
![]() CBuilder Developer |
2008-06-22 12:03:30 AM
Re:Linker Hotfix
David Perkins wrote:
QuoteI'm a registered RADStudio 2007 customer (not installed yet), any chance HTH Jon |
PavelS
![]() CBuilder Developer |
2008-06-22 05:54:34 PM
Re:Linker Hotfix
Hello,
tried to make static link of my big program (was impossible before), QC# 52501. It links now but the exe faults with access violation during initialisation of one of my DLLs which normally works ok. Everything is not perfect yet. Pavel "David Dean [CodeGear]" < XXXX@XXXXX.COM >píše v diskusním příspěvku news: XXXX@XXXXX.COM ... QuoteCodeGear has issued a hotfix for a number of linker issues: |
dhoke
![]() CBuilder Developer |
2008-06-24 09:10:39 PM
Re:Linker Hotfix
Maybe you need to rename some portion of the path to the buildtree... :)
Might be at least an amusing experiment... We've found with bds2006 that avoids results similar to yours, for us. Of course, exactly what to rename it to is not currently deterministic (I think we've found both lengthening, and shortening, the name has helped, in various situations. And we don't know if its the lengthening, or shortening, or that we may use an entirely different name for some portion of the path.) "PavelS" < XXXX@XXXXX.COM >wrote in message QuoteHello, |