You probably have an illegal character in your path. Did you have a
directory called C++? BCB doesn't like having such kind of characters.
Michel
--
----------------------------------------
Michel Leunen
mailto:mic...@leunen.com
http://www.leunen.com/cbuilder/
----------------------------------------
> How Can I Solve " [linker fatal error]Fatal:Expected a Filename " in
> C++Builder6 ?
Try setting ShowCommandLine to true. It is under
HKCU\Software\Borland\C++Builder\6.0\Compiling
It won't solve the problem, but it might help debug what is being passed
to the linker.
h^2