Board index » cppbuilder » [Linker Fatal Error] Fatal: Unable to open file 'IBSMP.BPI'

[Linker Fatal Error] Fatal: Unable to open file 'IBSMP.BPI'


2006-07-21 04:26:20 AM
cppbuilder73
I got this error , when i tried to compile my application with BDS 2006
which is done by BCB5
 
 

Re:[Linker Fatal Error] Fatal: Unable to open file 'IBSMP.BPI'

I got this error , when i tried to compile my application with BDS 2006
which is done by BCB5
 

Re:[Linker Fatal Error] Fatal: Unable to open file 'IBSMP.BPI'

When you have a problem with the IDE then a better place to ask about it is
in the IDE group and not in the INSTALL group.
If you imported your project file then close it and create a new project
file with BDS2006.
. Ed
follow-ups set to borland.public.cppbuilder.ide
Quote
Cenk wrote in message
news:44bfe97e$ XXXX@XXXXX.COM ...

I got this error , when i tried to compile my application with BDS 2006
which is done by BCB5
 

{smallsort}

Re:[Linker Fatal Error] Fatal: Unable to open file 'IBSMP.BPI'

Hi,
Quote
I got this error , when i tried to compile my application with BDS 2006
which is done by BCB5

Go to Project | Options | Packages and remove it from
the list of Runtime packages (assuming you do not
use or need it).
--Craig
 

Re:[Linker Fatal Error] Fatal: Unable to open file 'IBSMP.BPI'

Craig Farrell wrote:
Quote
Hi,


>I got this error , when i tried to compile my application with BDS
>2006 which is done by BCB5

Go to Project | Options | Packages and remove it from
the list of Runtime packages (assuming you do not
use or need it).
And if you do not find it in there, close the project in BDS, open the
.bpr file in a text editor, find and remove any reference to ibsmp
 

Re:[Linker Fatal Error] Fatal: Unable to open file 'IBSMP.BPI'

OBones wrote:
Quote
And if you do not find it in there, close the project in BDS, open the
.bpr file in a text editor, find and remove any reference to ibsmp
Sigh. I sincerely hoped that that kind of fumbling would be gone with BDS.
Christian