c++ - LINK does not support + in names, even with quotes
The following fails:
    link /noi  .\C++.obj
,"..\..\..\bin\C++_dm.exe",,..\..\..\lib\recls_lib_dm.lib
as does:
    link /noi ".\C++.obj"
 Feb 19 2004
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"
 Feb 19 2004








 
 
 
 "Walter" <walter digitalmars.com>