Hi,
I'm trying to use VC++ 98 to compile from the DOS command line (on a Windows 2000 desktop), and am having some difficulties.
I type in the following string:
all on one line, and get the following error message:
I *thought* I performed all necessary actions at install time to allow command-line compiles, but maybe I forgot something. I can't seem to work around this - any help *very* appreciated.
Thanks,
dora c
I'm trying to use VC++ 98 to compile from the DOS command line (on a Windows 2000 desktop), and am having some difficulties.
I type in the following string:
Code:
C:\projects\software\library\disc\c++\hello world>CL /EHsc -I"c:\Program Files\M
icrosoft Visual Studio\VC98\Include" hello_world.cpp
Code:
Microsoft (R) 32-bit C/C++ Standard Compiler Version 13.00.9466 for 80x86
Copyright (C) Microsoft Corporation 1984-2001. All rights reserved.
hello_world.cpp
Microsoft (R) Incremental Linker Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
/out:hello_world.exe
hello_world.obj
LINK : fatal error LNK1104: cannot open file 'libcp.lib'
I *thought* I performed all necessary actions at install time to allow command-line compiles, but maybe I forgot something. I can't seem to work around this - any help *very* appreciated.
Thanks,
dora c