| View previous topic :: View next topic |
| Author |
Message |
Scott Metzger Guest
|
Posted: Thu Jan 15, 2004 3:58 pm Post subject: Foo.lib not found? |
|
|
Hi,
I am getting a an error when I compile...
[Linker Fatal Error] Fatal: Unable to open file 'SMCMPNTC6.LIB'
This project is from another machine that I was experimenting with a
component in the project. I removed the component as best as I could
but it looks like the project is still looking for this .lib file.
The project manager does not list this .lib file and I did a project
wide search for it but didn't find it.
What else should I try?
Thanks,
Scott Metzger
p.s. I am using C++ Builder 6
|
|
| Back to top |
|
 |
Yu-Chen Hsueh Guest
|
Posted: Thu Jan 15, 2004 4:34 pm Post subject: Re: Foo.lib not found? |
|
|
Open the project's .BPR file in Notepad and remove any references to that
..LIB file. Then rebuild the project.
-- 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 |
|
 |
Scott Metzger Guest
|
Posted: Thu Jan 15, 2004 5:47 pm Post subject: Worked Re: Foo.lib not found? |
|
|
Yu-Chen Hsueh wrote:
| Quote: | Open the project's .BPR file in Notepad and remove any references to that
.LIB file. Then rebuild the project.
|
Thanks, that worked.
|
|
| Back to top |
|
 |
|