Tagged Questions
The bulid-process tag has no wiki summary.
4
votes
2answers
101 views
Visual Studio - better indication of build status
When I do builds in Visual studio, it would be great to have a better indicator that the build is done. Sometimes I navigate away from VS while it is building and I have to switch between VS and ...
3
votes
3answers
330 views
How can I profile a complete C++ build?
I'm developing an application in C++ on Windows XP, using Eclipse as my IDE, and a Makefile-based build system (with custom tools to generate the Makefiles). In addition, I'm using LZZ, which allows ...
3
votes
4answers
399 views
Programming Definitions: What exactly is 'Building'
What does it mean to BUILD a solution/project/program? I want to make sure I have my definitions correct (so I don't sound like a idiot when conversing). In IDE's, you can (correct me if I'm wrong) ...