Thread overview
OPTLINK : Error 118: Filename expected
Oct 05, 2003
Charles Arndt
Oct 05, 2003
Walter
Oct 05, 2003
Charles Arndt
October 05, 2003
OPTLINK : Error 118: Filename expected
LIB="D:\C++\DM\BIN\..\lib";"D:\C++\DM\BIN\..\mfc\lib";
^

I got that error while trying to compile my hello.cpp beginnres program.  It made a .obj file, but still had that error.  I went ahead and linked the .obj, and it came up with quite a few link errors.  I ran the program (yes, I know it was stupid to do so) and it froze my comp when I didn't close the error message fast enough.  Any thoughts on this latest error?  Is it just a case of "User error: Replace user"?


October 05, 2003
optlink doesn't do well with embedded + symbols in filenames. Try putting \dm in the root directory, instead of off of \c++.

"Charles Arndt" <Charles_member@pathlink.com> wrote in message news:blo6r2$2jr0$1@digitaldaemon.com...
> OPTLINK : Error 118: Filename expected
> LIB="D:\C++\DM\BIN\..\lib";"D:\C++\DM\BIN\..\mfc\lib";
> ^
>
> I got that error while trying to compile my hello.cpp beginnres program.
It
> made a .obj file, but still had that error.  I went ahead and linked the
.obj,
> and it came up with quite a few link errors.  I ran the program (yes, I
know it
> was stupid to do so) and it froze my comp when I didn't close the error
message
> fast enough.  Any thoughts on this latest error?  Is it just a case of
"User
> error: Replace user"?
>
>


October 05, 2003
THANK YOU!!!!! :)
It WAS a replace user error after all...

In article <blon5a$7ri$2@digitaldaemon.com>, Walter says...
>
>optlink doesn't do well with embedded + symbols in filenames. Try putting \dm in the root directory, instead of off of \c++.
>
>"Charles Arndt" <Charles_member@pathlink.com> wrote in message news:blo6r2$2jr0$1@digitaldaemon.com...
>> OPTLINK : Error 118: Filename expected
>> LIB="D:\C++\DM\BIN\..\lib";"D:\C++\DM\BIN\..\mfc\lib";
>> ^
>>
>> I got that error while trying to compile my hello.cpp beginnres program.
>It
>> made a .obj file, but still had that error.  I went ahead and linked the
>.obj,
>> and it came up with quite a few link errors.  I ran the program (yes, I
>know it
>> was stupid to do so) and it froze my comp when I didn't close the error
>message
>> fast enough.  Any thoughts on this latest error?  Is it just a case of
>"User
>> error: Replace user"?
>>
>>
>
>