2. Stuck on a linker error for 2 weeks LME1482 LME 1707
go to tamarack and use their search engine....basically its a matter of setting your env, eg, don't have anything else in memory, set linker to no rtl, no state files,no packages....try that & see what you find...also make sure all latest patches are installed....finally upgrade to BDS2006...no such problems [ at least for me] "E B" < XXXX@XXXXX.COM > wrote in message news: XXXX@XXXXX.COM ... > Hi, > > I'm stuck for 2 weeks on a linker error LME 1482 and LME 1707 occur when > linking my exe. > > I have tried to rebuild everything after having cleaned every possible > .obj, .lib, .bpi ... because I already noticed that doing this sometimes > helps. > > But nothing works. Does anybody have any information that might help me ? > > thank you
3. YALE (Yet another linker error) [Linker Error] Fatal: Error detected (ILI4482) - C++ Builder IDE
4. British Airways risks 351 lives to avoid European fines
6. Bizarre [Linker Warning] followed by Linker error
I've been Borlanding for 6 years...what is causing this??? and out of the blue I get an unresolved for something that is clearly defined in comdef...any ideas. Thanks in advance. [Linker Warning] Warning: LINN32: Last line 22468 (57C4h) is less than first line 22468 (57C4h) for symbol "Dates::getNrd(RetireClass&, DateClass&)" in module M:\Bcb\Src\employee.cpp [Linker Warning] Warning: LINN32: Last line 19372 (4BACh) is less than first line 19372 (4BACh) for symbol "Dates::getErd(RetireClass&, DateClass&)" in module M:\Bcb\Src\employee.cpp [Linker Warning] Warning: LINN32: Last line 16372 (3FF4h) is less than first line 16372 (3FF4h) for symbol "PlnClass::getAccruedBenefitService(int&)" in module M:\Bcb\Src\getAccruedAndBenefitService.cpp [Linker Warning] Warning: LINN32: Last line 18492 (483Ch) is less than first line 18492 (483Ch) for symbol "PlnClass::calculatePlanYearService(int&, DateClass&, DateClass&, kHoursCalculationCode&, kYearCalculationCode&, double&, double&, double&, DateClass&, DateClass&)" in module M:\Bcb\Src\planrpts.cpp [Linker Error] Error: Unresolved external '__stdcall _com_issue_error(long)' referenced from C:\BORLAND\AMSLIB.LIB|plan
7. Linker Problems -- [Linker Fatal Error] Fatal: Unable to open file 'EXTCTRLS.OBJ' - C++ Builder IDE
8. Linker error LME 1564. Any ideas?
Russell Hind wrote: > i) Split the project in to 2 (a dll about 3/4 size of the original > exe, ~140 units and the exe which is now ~100 units). IIRC, the 5.66 linker patch was addressing projects with a large number of files. If it helps, we break all our projects into static libs. Most have ~10 cpp files, but even the largest will not break 30. We don't seem to have a lot of the linker problems I hear about elsewhere, and there seems to be a suggestion that this is helping our build times (in the IDE) too. I does mean we now have a lot of projects to manage, as well as a lot of source, but everything has a tradeoff somewhere. AlisdairM(TeamB)