473,395 Members | 2,468 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Getting rid of 1> in MSVC 2005 Output Window

When using an external tool to build (e.g NMAKE), the output window now
prepends '1>' in each line. Also, the errors and warnings are not
appearing on the task list anymore (as opposed to MSVC 2003).

How do I get rid of this and get the errors back in the task list?

Jun 2 '06 #1
2 1314
"Edson Tadeu" <e.*****@gmail.com> wrote in message
news:11**********************@h76g2000cwa.googlegr oups.com...
When using an external tool to build (e.g NMAKE), the output window now
prepends '1>' in each line. Also, the errors and warnings are not
appearing on the task list anymore (as opposed to MSVC 2003).

How do I get rid of this and get the errors back in the task list?


The 1> indicates that the line was produced by build process 1. The VC2005
build system will build independent projects in parallel using multiple
processes. There's no way to turn off the process indicator, as far as I
know.

I can't help you with the other issue - I know in past versions the "task
list" used an extremely simple filter to identify "errors" and "warnings" in
the output (it simply looked for the word "error" or the word "warning", so
a line that read "0 errors occurred" would be added to the task list as an
error...). Apparently the way the task list identifies errors in the output
has been changed.

-cd
Jun 2 '06 #2

"Carl Daniel [VC++ MVP]" <cp*****************************@mvps.org.nospam >
wrote in message news:u9*************@TK2MSFTNGP03.phx.gbl...
"Edson Tadeu" <e.*****@gmail.com> wrote in message
news:11**********************@h76g2000cwa.googlegr oups.com...
When using an external tool to build (e.g NMAKE), the output window now
prepends '1>' in each line. Also, the errors and warnings are not
appearing on the task list anymore (as opposed to MSVC 2003).

How do I get rid of this and get the errors back in the task list?
The 1> indicates that the line was produced by build process 1. The
VC2005 build system will build independent projects in parallel using
multiple processes. There's no way to turn off the process indicator, as
far as I know.


at Tools, Options, Projects and Solutions, Build and Run
there is an options "maximum number of parallel project builds". When this
is set to one, the indicator goes away.

I can't help you with the other issue - I know in past versions the "task
list" used an extremely simple filter to identify "errors" and "warnings"
in the output (it simply looked for the word "error" or the word
"warning", so a line that read "0 errors occurred" would be added to the
task list as an error...). Apparently the way the task list identifies
errors in the output has been changed.

-cd

Jun 5 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Chris Maloof | last post by:
Hello, Does anyone know how I can read the ASCII text from a console window (from another application) in WinXP? It doesn't sound like a major operation, but although I can find the window via...
4
by: flamesrock | last post by:
First, I'm very new to gui programming, so please go lightly on me :) Ok, so far I've settled on wxPython, and what I'd like to do as a first leap is *convert* a text program into a gui program....
15
by: keweiming | last post by:
I have a project which needs to open hundreds to thousands of files for writing. The following is a simplified test program I wrote to see if I can use a map<string, ofstream> object to keep the...
2
by: bissatch | last post by:
Hi, I am currently writing a simple PHP program that uses an XML file to output rows for a 'Whats New' page. Once written, I will only require updating the XML file and any pages that use the...
6
by: Chris Fink | last post by:
Does anyone know it is possible to include a small image(.gif .jpeg) within a <SELECT><option> so that the user would see the option text as well as a little image(icon) in the option? I know this...
16
by: Martin Jørgensen | last post by:
Hi, I've made a program from numerical recipes. Looks like I'm not allowed to distribute the source code from numerical recipes but it shouldn't even be necessary to do that. My problem is...
6
by: bleyddyn.apRhys | last post by:
I have a bit of code that doesn't compile under MSVC++ but does under GCC. Even under GCC, though, it seems odd that I don't need a std namespace qualifier for the exp function. Is this just one...
6
by: hsmit.home | last post by:
Hello, I came across a strange error and it's really been bugging me. Maybe someone else has come across this and any insight would be appreciated. What I'm trying to accomplish is using...
4
by: imaloner | last post by:
I am posting two threads because I have two different problems, but both have the same background information. Common Background Information: I am trying to rebuild code for a working,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.