Re: Cannot open file 'C:Program.obj'
- From: ptang <ptang.2qkqa9@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 May 2007 06:49:34 -0500
drhowarddrfinedrhoward wrote:
*I've seen this problem answered on the 'net that you can get this
link error
when building a project caused by spaces in the file name (using
VS.NET2003).
The solution seems to be making sure there are no spaces in your path
name
or enclosing the path in quotes. Ok, but I'm using the shortcut
paths
($VcInst/lib or whatever) for my library paths and include paths but
I still
get the error: fatal error LNK1104: cannot open file
'C:\Program.obj'
What am I doing wrong? *
I maybe know what is wrong : you forgot to write " chars
on a path of one of your libraries. "c:\program files\toto.lib"
and not c:\program files\toto.lib.
Hope that helps.
ptang
--
ptang
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
.
- Prev by Date: Change the Icon of VS according the solution
- Next by Date: VS 6 supported on W2K3
- Previous by thread: Change the Icon of VS according the solution
- Next by thread: VS 6 supported on W2K3
- Index(es):
Relevant Pages
|