February 20, 2004
The following fails:

    link /noi  .\C++.obj
,"..\..\..\bin\C++_dm.exe",,..\..\..\lib\recls_lib_dm.lib

as does:

    link /noi ".\C++.obj"



February 20, 2004
That's true. # also does not work in linker filenames. It's best to just not use special characters in filenames.

"Matthew" <matthew.hat@stlsoft.dot.org> wrote in message news:c13jae$2a3h$1@digitaldaemon.com...
> The following fails:
>
>     link /noi  .\C++.obj
> ,"..\..\..\bin\C++_dm.exe",,..\..\..\lib\recls_lib_dm.lib
>
> as does:
>
>     link /noi ".\C++.obj"
>
>
>