Martin
2008-08-04 18:43:24 UTC
I have a fairly large project in C++ Builder 5, running on a Vista
Business laptop (not sure if that last is relevant). When I compile &
link the project at the command line, everything is fine. When I
compile in the IDE, I get an unresolved external error in a third-party
component, and it's always the same function.
The really weird thing is that if I copy my C++ Builder install &
libraries from my computer to another computer that was able to the
link, it's still able to do the link, but if I copy the C++ Builder
install & libraries from another computer to mine, the link still fails.
I know that the function exists and is in the .BPL for the component
since the build from the command-line works. What could be causing the
IDE linker to fail?
Thanks,
Martin
Business laptop (not sure if that last is relevant). When I compile &
link the project at the command line, everything is fine. When I
compile in the IDE, I get an unresolved external error in a third-party
component, and it's always the same function.
The really weird thing is that if I copy my C++ Builder install &
libraries from my computer to another computer that was able to the
link, it's still able to do the link, but if I copy the C++ Builder
install & libraries from another computer to mine, the link still fails.
I know that the function exists and is in the .BPL for the component
since the build from the command-line works. What could be causing the
IDE linker to fail?
Thanks,
Martin