D
David Killian Woods
I just installed VC++.NET and haven't had much luck. It just won't
compile anything that isn't stored on a local hard drive. Local
projects are fine (well, other than my stupid mistakes) and compile
without a problem.
Below is the error log generated from a wizard-created project -- I
didn't add any code myself. It was created in a folder accessed from
browsing through the network neighborhood, but I've also tried it
using mapped network drives.
Can anybody give me any pointers? Is there some obvious setup step I
didn't do that would help?
thanks
david
ERROR LOG:
----------------------
Command Lines
This edition of Visual C++ does not support the optimizing compiler.
This edition of Visual C++ does not support the optimizing compiler.
Creating temporary file "
\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000001.rsp"
with contents
[
/D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_MBCS" /Gm /EHsc /RTC1 /MTd
/Zc:wchar_t /Yu"stdafx.h" /Fp"Debug/nettest.pch" /Fo"Debug/"
/Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
..\nettestView.cpp
..\nettestDoc.cpp
..\ChildFrm.cpp
..\MainFrm.cpp
..\nettest.cpp
]
Creating command line "cl.exe
@\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000001.rsp
/nologo"
Creating temporary file "
\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000002.rsp"
with contents
[
/D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_MBCS" /Gm /EHsc /RTC1 /MTd
/Zc:wchar_t /Yc"stdafx.h" /Fp"Debug/nettest.pch" /Fo"Debug/"
/Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
..\stdafx.cpp
]
Creating command line "cl.exe
@\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000002.rsp
/nologo"
Output Window
Compiling...
cl : Command line error D2022 : cannot open
'\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000002.rsp'
compile anything that isn't stored on a local hard drive. Local
projects are fine (well, other than my stupid mistakes) and compile
without a problem.
Below is the error log generated from a wizard-created project -- I
didn't add any code myself. It was created in a folder accessed from
browsing through the network neighborhood, but I've also tried it
using mapped network drives.
Can anybody give me any pointers? Is there some obvious setup step I
didn't do that would help?
thanks
david
ERROR LOG:
----------------------
Command Lines
This edition of Visual C++ does not support the optimizing compiler.
This edition of Visual C++ does not support the optimizing compiler.
Creating temporary file "
\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000001.rsp"
with contents
[
/D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_MBCS" /Gm /EHsc /RTC1 /MTd
/Zc:wchar_t /Yu"stdafx.h" /Fp"Debug/nettest.pch" /Fo"Debug/"
/Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
..\nettestView.cpp
..\nettestDoc.cpp
..\ChildFrm.cpp
..\MainFrm.cpp
..\nettest.cpp
]
Creating command line "cl.exe
@\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000001.rsp
/nologo"
Creating temporary file "
\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000002.rsp"
with contents
[
/D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "_MBCS" /Gm /EHsc /RTC1 /MTd
/Zc:wchar_t /Yc"stdafx.h" /Fp"Debug/nettest.pch" /Fo"Debug/"
/Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TP
..\stdafx.cpp
]
Creating command line "cl.exe
@\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000002.rsp
/nologo"
Output Window
Compiling...
cl : Command line error D2022 : cannot open
'\\mobilelabs\projects\c\tests\nettest\nettest\Debug\RSP000002.rsp'