> >> I've reported my previous attempt at 
> >> <http://www.nntp.perl.org/group/perl.par/2008/04/msg3426.html>
> > 
> > the actual error was not in the listing, it is above the listing
> 
> how do you mean "not in the listing"? be aware that you are 
> dealing with 

unfortunately error scrolled away


> 
> I simply copied the visible output of nmake from my DOS window to the 
> message body, as-is.
> - Should I have copied even more text?
> - is there a way to redirect the output in Windows like it 
> can be done 
> so nicely in Linux?

yes, redirection of output is mostly the same:

nmake > stdout.txt 2>stderr.txt

but also console window coud usually be scrolled itself.

> > However if you'll install your C into the directory without spaces
>  > (e.g. "apps" instead if "programm files" and "msvc9" instead of
>  > "Microsoft Visual Studio 9.0") you will significantly decrease
>  > a probability of errors.
> 
> Is there a way to tell Windows to use "apps" instead of 
> "program files" 
> by default? I'm going to re-install my WinXP now that SP3 is 
> out and if 

no need to reinstall the OS itself;

but when you will install MSVC then just select another location of where your 
Visual C will be placed.


BR,
Vadim.

Reply via email to