As
almut noted, there
need to be some
environment variables set for the cl in VC++6 to work properly.
You may accomplish this by invoking (on a standard install, YMMV)
C:\Microsoft Visual Studio\VC98\Bin\vcvars32.bat
as noted in
"vcvars invoked?" or by including
the PATH, INCLUDE, LIB, MSDevDir and MSVCDir "by hand".
If the environment variables are set properly, all should be fine.
(This is normally part of the MSVC install process, did you
deliberately not register the environment variables?)
For a first check, open a command prompt and
type "set" (and post the results here)
Regards
mwa
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.