 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
no spam Guest
|
Posted: Wed Jan 07, 2004 5:54 pm Post subject: DCLUSR.LIB |
|
|
The linker gives me a fatal error: Unable to open file "DCLUSR.LIB"
I just migrated from BCB3 to BCB6 and it compiled and ran. Then I changed a
few routines and I get this message. I tried backing outmy changes and It
still requires the file. How do I get/make one?
|
|
| Back to top |
|
 |
Yu-Chen Hsueh Guest
|
Posted: Wed Jan 07, 2004 7:24 pm Post subject: Re: DCLUSR.LIB |
|
|
It sounds like you had some user components installed in BCB3 and not in
BCB6, but the linker is still trying to link against the user component
package, which of course no longer exists. The reference to DCLUSR.LIB is
in your .BPR project file. If you no longer need those user components,
then you can open the .BPR file in Notepad and edit out the references to
DCLUSR.LIB (be sure to backup a copy of the .BPR before doing so). There
will probably be at least two references - one in the LIBRARIES section and
another in the SPARELIBS section - and possibly more. Be sure to edit the
..BPR in Notepad, as changes made to it from within the C++Builder IDE are
not saved.
-- YH --
--
Any e-mail sent to me from the newsgroups will be ignored. Please confine
your posts to the newsgroups and DO NOT reply to this e-mail account.
|
|
| Back to top |
|
 |
BillT Guest
|
Posted: Fri Jan 09, 2004 6:45 am Post subject: Re: DCLUSR.LIB |
|
|
What you said is very true. I went through several different components before
I desided to write one myself. I guess they didn't completely get uninstalled.
I rebuilt the project from scratch and it works fine.
But deleting the references to it in the BPR didn't clear the reference. But
all is well.
Thanks,
Bill
In article <3ffc5cfb$1 (AT) newsgroups (DOT) borland.com>, [email]ychsueh (AT) borland (DOT) com[/email] says...
| Quote: |
It sounds like you had some user components installed in BCB3 and not in
BCB6, but the linker is still trying to link against the user component
package, which of course no longer exists. The reference to DCLUSR.LIB is
in your .BPR project file. If you no longer need those user components,
then you can open the .BPR file in Notepad and edit out the references to
DCLUSR.LIB (be sure to backup a copy of the .BPR before doing so). There
will probably be at least two references - one in the LIBRARIES section and
another in the SPARELIBS section - and possibly more. Be sure to edit the
.BPR in Notepad, as changes made to it from within the C++Builder IDE are
not saved.
-- YH --
--
Any e-mail sent to me from the newsgroups will be ignored. Please confine
your posts to the newsgroups and DO NOT reply to this e-mail account.
|
|
|
| Back to top |
|
 |
BillT Guest
|
Posted: Sun Jan 11, 2004 3:09 pm Post subject: Re: DCLUSR.LIB |
|
|
You are correct. I thank you for your response. I actually rebuilt the project
from scratch and it works fine. I had tried several custom components in it to
see if would do what I had asked. Apparently, BCB doesn't erase all traces of
deleted components.
Thanks again.
Bill
In article <3ffc5cfb$1 (AT) newsgroups (DOT) borland.com>, [email]ychsueh (AT) borland (DOT) com[/email] says...
| Quote: |
It sounds like you had some user components installed in BCB3 and not in
BCB6, but the linker is still trying to link against the user component
package, which of course no longer exists. The reference to DCLUSR.LIB is
in your .BPR project file. If you no longer need those user components,
then you can open the .BPR file in Notepad and edit out the references to
DCLUSR.LIB (be sure to backup a copy of the .BPR before doing so). There
will probably be at least two references - one in the LIBRARIES section and
another in the SPARELIBS section - and possibly more. Be sure to edit the
.BPR in Notepad, as changes made to it from within the C++Builder IDE are
not saved.
-- YH --
--
Any e-mail sent to me from the newsgroups will be ignored. Please confine
your posts to the newsgroups and DO NOT reply to this e-mail account.
|
|
|
| Back to top |
|
 |
Yu-Chen Hsueh Guest
|
Posted: Mon Jan 12, 2004 4:42 pm Post subject: Re: DCLUSR.LIB |
|
|
Thank you for letting us know, Bill. Glad to hear that it worked out.
-- YH --
--
Any e-mail sent to me from the newsgroups will be ignored. Please confine
your posts to the newsgroups and DO NOT reply to this e-mail account.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|