| Thread | Last Post | Replies |
|
| Max CPU when editing or debug. | 31 Mar 2005 23:11 GMT | 2 |
Visual Studio 2003 has suddenly started exhibiting high CPU usage, maxed at 100%, when I attempt to started editing a file (start typing code) or run the program in debug mode - single stepping through the program. Any clues? Is a re-install required? Any tips appreciated.
|
| Post-build event fail?? | 31 Mar 2005 23:03 GMT | 1 |
I get a few post-build event failed error message when trying to build a project. how can I fix it? Kevin
|
| How can I call an enclosing class's function? | 31 Mar 2005 21:09 GMT | 1 |
I have a class, ConsoleWindow, that is a member of another class, ConsoleLib, like so: class ConsoleLib {
|
| ReadConsoleOutput changes the size of my SMALL_RECT... help! | 31 Mar 2005 21:03 GMT | 1 |
I'm having a problem with the below code. I am trying to copy an area of screen space into an X by Y array of type CHAR_INFO before I overwrite it with my "window". If I comment out the line that uses ReadConsoleOutput to copy the screen area, the SMALL_RECT ...
|
| Save location for newly created projects/files | 31 Mar 2005 18:07 GMT | 1 |
How do I stop Visual Studio .Net from auto saving project files in C:\Document Settings\...blah, blah, blah...? How frickin' annoying is that! Grrr.
|
| undname flags | 31 Mar 2005 17:37 GMT | 1 |
I'm looking for options to modify the behavior of Undname 7.10.3077. It prints usage information mentioning flags, but doesn't mention what flags are valid (below). I'm hoping for something that maps to the UNDNAME_NAME_ONLY flag of UnDecorateSymbolName.
|
| 'Run' under Build menu in vc++ .NET ? | 31 Mar 2005 15:12 GMT | 1 |
I just started using vc++ .NET after using vc++ 6 for years and years. One thing i notice is that after compiling and building a project, there is no 'Run' command in the Build Menu. Does it exist? I can just run my exe from command line, but it is convenient to have that
|
| Cleaning / Deleting after setup - Deployment project | 30 Mar 2005 20:16 GMT | 1 |
How can I delete custom folder created during installation at te end of installation. Hugo
|
| Visual Studio 2005 (whidbey) bug | 30 Mar 2005 13:18 GMT | 1 |
I have noticed that in VS 2005 if I type values into my string table in the resx file for a project or control that sometimes if I click off the tab for the resources file and then go back it erases all the strings I just put in there and that is more annoying than anything when ...
|
| Unable to build project in Deployment project due to duplicate folder names | 30 Mar 2005 06:30 GMT | 1 |
I am getting an error in my Web Deployment Project, "ERROR: Unable to build project output group 'Content Files from XXXX'. The scenario I am trying to get working is to dynamically determine which set of images to be deployed based on what options are chosen during setup.
|
| Including .NET Framework in deployment projects | 30 Mar 2005 00:19 GMT | 1 |
How can I make deployment application auto-detect if .NET framework is not installed and then launch framework setup prior to default setup. Hugo
|
| Secure your code | 29 Mar 2005 23:27 GMT | 1 |
I am a TA for a VB class and as a grader I will need to see peoples code. However, I was thinking, if there was a way for students to password protect the code window itself so that anyone can read the code but cant copy, cut, paste or edit that would be very cool. This way, if a ...
|
| set blank [Manufacturer] property setup project | 29 Mar 2005 19:20 GMT | 1 |
* I want my [Manufacturer] property to be blank or empty / null. Visual studio setup is not allowing me to have a blank manufacturer field. What should I do?
|
| Can't move Visual Studio .NET 2003 projects | 29 Mar 2005 19:03 GMT | 2 |
I have a fairly large Visual Studio .NET 2003 solution on one computer that I want to move to a different computer. The solution has a series of projects which generate dll's. Those dll's are used in other projects. I thought I could just copy the dlls' (as the underlying code ...
|
| VS2003 now - VS2005 update later? | 29 Mar 2005 15:03 GMT | 3 |
I am looking to buy Visual Studio (Professional version) for myself, for home. But I was wondering, if I buy it now, and VS2005 comes out in the summer (hope it will:) will there be any special update for those who purchased VS2003 recently, or do I have to do a full update ...
|