| View previous topic :: View next topic |
| Author |
Message |
E B Guest
|
Posted: Tue Aug 08, 2006 3:30 am Post subject: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
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 |
|
| Back to top |
|
 |
ActuaryOne Guest
|
Posted: Tue Aug 08, 2006 3:30 am Post subject: Re: 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" <eric.britz (AT) libertysurf (DOT) fr> wrote in message
news:44d7b14a (AT) newsgroups (DOT) borland.com...
| Quote: | 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 |
|
|
| Back to top |
|
 |
E B Guest
|
Posted: Tue Aug 08, 2006 8:10 am Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
How can I check that I have the latest patches ?
I'm using BCB6 and I think it is up-to-date but I might check that.
About BDS2006 I 'm thinking of it, but as the last time I upgraded from
BCB3 to 6 I lost a lot of time solving compatibilty problems I'll do
that later |
|
| Back to top |
|
 |
David Dean Guest
|
Posted: Tue Aug 08, 2006 5:50 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
In article <44d8368b$1 (AT) newsgroups (DOT) borland.com>,
E B <eric.britz (AT) libertysurf (DOT) fr> wrote:
| Quote: | How can I check that I have the latest patches ?
I'm using BCB6 and I think it is up-to-date but I might check that.
|
My BCB6 with update 4 has build 10.166 in the about box.
| Quote: | About BDS2006 I 'm thinking of it, but as the last time I upgraded from
BCB3 to 6 I lost a lot of time solving compatibilty problems I'll do
that later
|
I found transitioning much smoother with BDS than it was with any of
the earlier versions of BCB, but there were still some projects which I
had to redo manually rather than use the auto update.
--
-David
Quis custodiet custodes ipsos? |
|
| Back to top |
|
 |
Leroy Casterline Guest
|
Posted: Tue Aug 08, 2006 10:23 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
| Quote: | My BCB6 with update 4 has build 10.166 in the about box.
|
There was also a linker patch released after Patch 4. This patch
solved several LME problems.
I just spent some time looking for it on the Borland website and
couldn't find it, but I suspect it's still there somewhere. |
|
| Back to top |
|
 |
David Dean Guest
|
Posted: Tue Aug 08, 2006 10:47 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
In article <m1ihd2l58r4qoeutboe500mmqs7tqcnj5k (AT) 4ax (DOT) com>,
Leroy Casterline <casterle (AT) ccltd (DOT) com> wrote:
| Quote: | There was also a linker patch released after Patch 4. This patch
solved several LME problems.
|
Yes, you're right, but you have to log in to BDN and be a registered
user to see it:
<http://info.borland.com/devsupport/bcppbuilder/registered_users/>
--
-David
Quis custodiet custodes ipsos? |
|
| Back to top |
|
 |
David Dean Guest
|
Posted: Wed Aug 09, 2006 2:23 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
In article <44d9a593 (AT) newsgroups (DOT) borland.com>,
E B <eric.britz (AT) libertysurf (DOT) fr> wrote:
| Quote: | Is it possible to order or download somewhere a BDS package with a real
final release of the C++ part in it ?
|
Of you buy BDS somewhere today, particularly if it is labeled "C++
Builder 2006", you're going to get at least Update 1, which moved the
C++ personality from preview to release.
--
-David
Quis custodiet custodes ipsos? |
|
| Back to top |
|
 |
David Dean Guest
|
Posted: Wed Aug 09, 2006 2:31 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
In article <44d9a8e6 (AT) newsgroups (DOT) borland.com>,
E B <eric.britz (AT) libertysurf (DOT) fr> wrote:
| Quote: | http://info.borland.com/devsupport/bcppbuilder/registered_users/
I have searched fir this update being logged in but I can not find it.
Do you know where it is in this extranet section ?
|
I log in at that URL, choose English on the next page, then click
agree on the next page, then it is the first thing listed on the
following page: ilink32 version 5.66 Update
--
-David
Quis custodiet custodes ipsos? |
|
| Back to top |
|
 |
E B Guest
|
Posted: Wed Aug 09, 2006 3:04 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
| Quote: |
My BCB6 with update 4 has build 10.166 in the about box.
|
I have the same version as yours
| Quote: | I found transitioning much smoother with BDS than it was with any of
the earlier versions of BCB, but there were still some projects which I
had to redo manually rather than use the auto update.
|
When I upgraded from BCB3 to 6, I have had a lot of problems due to my
own components (mostly based on VCL components like listview, TV, ...).
I have a whole framework of such HMI components and almost all the
problems where coming from this part of my code.
Moreover, it seems to me that the C++ part of the BDS is not really
mature. I mean that the C++ environment shipped in BDS is not a
"release" version, you have to install BDS and then a set of updates in
order to have the actual final release version of your C++ environment.
I would have expected a real "product", I mean a really finalized one.
Is it possible to order or download somewhere a BDS package with a real
final release of the C++ part in it ? |
|
| Back to top |
|
 |
E B Guest
|
Posted: Wed Aug 09, 2006 3:09 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
| Quote: | My BCB6 with update 4 has build 10.166 in the about box.
Well, I'l check that. |
Is there a command line to now the current version of the linker ? What
should be this version to be sure that I have this update installed ?
My problem is moving but not really forward, I'm trying to wipe my code
(I have some libs which are 100MB) sometimes the LME 1482 and 1707
disappear but then a LME 352 occurs |
|
| Back to top |
|
 |
E B Guest
|
Posted: Wed Aug 09, 2006 3:19 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
I have searched fir this update being logged in but I can not find it.
Do you know where it is in this extranet section ? |
|
| Back to top |
|
 |
E B Guest
|
Posted: Wed Aug 09, 2006 3:46 pm Post subject: Re: Stuck on a linker error for 2 weeks LME1482 LME 1707 |
|
|
| Quote: | I log in at that URL, choose English on the next page, then click
agree on the next page, then it is the first thing listed on the
following page: ilink32 version 5.66 Update
thank you, I have downloaded it but I think I already had it. The files |
that are on my computer are the same size & last update date.
It seems that my environment is up-to-date  |
|
| Back to top |
|
 |
|