| View previous topic :: View next topic |
| Author |
Message |
Amir Ahmadzadeh Guest
|
Posted: Mon Sep 22, 2003 7:42 am Post subject: How Can I Solve " [linker fatal error]Fatal:Expected a Filen |
|
|
How Can I Solve " [linker fatal error]Fatal:Expected a Filename " in
C++Builder6 ?
Thanx .
|
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Mon Sep 22, 2003 12:59 pm Post subject: Re: How Can I Solve " [linker fatal error]Fatal:Expected a F |
|
|
Amir Ahmadzadeh wrote:
| Quote: | How Can I Solve " [linker fatal error]Fatal:Expected a Filename " in
C++Builder6 ?
|
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:michel (AT) leunen (DOT) com
http://www.leunen.com/cbuilder/
----------------------------------------
|
|
| Back to top |
|
 |
Harold Howe [TeamB] Guest
|
Posted: Tue Sep 23, 2003 12:11 am Post subject: Re: How Can I Solve " [linker fatal error]Fatal:Expected a F |
|
|
Amir Ahmadzadeh wrote:
| Quote: | How Can I Solve " [linker fatal error]Fatal:Expected a Filename " in
C++Builder6 ?
|
Try setting ShowCommandLine to true. It is under
HKCUSoftwareBorlandC++Builder6.0Compiling
It won't solve the problem, but it might help debug what is being passed
to the linker.
h^2
|
|
| Back to top |
|
 |
Jonathan West Guest
|
Posted: Wed Nov 12, 2003 10:04 pm Post subject: Re: How Can I Solve " [linker fatal error]Fatal:Expected a F |
|
|
I have pulled my hair for quite a while on this one before I found this
message. Thanks for the answer.
| Quote: | 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:michel (AT) leunen (DOT) com
http://www.leunen.com/cbuilder/
----------------------------------------
|
|
|
| Back to top |
|
 |
|