•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 397,751 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,570 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser:
Views: 1941 | Replies: 3
•
•
Join Date: Jul 2005
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Lately I purchased VC++ 6. It worked well for a while until it suddenly ceased to function at all just a few days ago.
Here is what happens: Visual Studio opens and runs well enough. I can open a project, edit code, and so on. I can execute my program - let's say it's called "MyDirectXGame.exe" (Win32 applications are what I am dealing with here). My program runs like it should. But when I close the application I have made, everything falls apart. The whole system slows to a crawl; the mouse and keyboard either freeze completely or become very jerky.
I open Task Manager (CPU at 100% - no surprise there) while this is happening and find the source of the problem. "Applications" is empty, as it should be, but under "Processes" I find a process called "MyDirectXGame.exe". Apparently, the program I made is still running, even though I closed it.
This is not a problem with my hardware - I am working with a high-performance PC.
This is not a problem with my code - it happens with Microsoft sample projects too.
My VC++ 6 has not always been like this - apparently something triggered this change in behavior.
My ideas for what might be causing this (though I still have no idea):
- I am running NetZero, which has lately been very temperamental.
- I am running WinXP Home Edition, which was made before VC++ 6
- I have a vague suspicion that visual studio might be
trying to run as if it were on Windows NT.
- The last thing I did before the problems began was to install Norton
Antivirus. I quickly found out that by disabling this I was able to
get NetZero to work again. However, Visual Studio still has
crashing problem with Norton disabled.
- Before my problems began, I manually inserted several DirectX
header files into Visual Studio's "VC98" "Include" file. This caused
no immediate change in behavior, but it could presumably be a
cause.
Please help me out!
Thanks,
synth
Here is what happens: Visual Studio opens and runs well enough. I can open a project, edit code, and so on. I can execute my program - let's say it's called "MyDirectXGame.exe" (Win32 applications are what I am dealing with here). My program runs like it should. But when I close the application I have made, everything falls apart. The whole system slows to a crawl; the mouse and keyboard either freeze completely or become very jerky.
I open Task Manager (CPU at 100% - no surprise there) while this is happening and find the source of the problem. "Applications" is empty, as it should be, but under "Processes" I find a process called "MyDirectXGame.exe". Apparently, the program I made is still running, even though I closed it.
This is not a problem with my hardware - I am working with a high-performance PC.
This is not a problem with my code - it happens with Microsoft sample projects too.
My VC++ 6 has not always been like this - apparently something triggered this change in behavior.
My ideas for what might be causing this (though I still have no idea):
- I am running NetZero, which has lately been very temperamental.
- I am running WinXP Home Edition, which was made before VC++ 6
- I have a vague suspicion that visual studio might be
trying to run as if it were on Windows NT.
- The last thing I did before the problems began was to install Norton
Antivirus. I quickly found out that by disabling this I was able to
get NetZero to work again. However, Visual Studio still has
crashing problem with Norton disabled.
- Before my problems began, I manually inserted several DirectX
header files into Visual Studio's "VC98" "Include" file. This caused
no immediate change in behavior, but it could presumably be a
cause.
Please help me out!
Thanks,
synth
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
- visual c++ 2003 (C++)
- VC++ .net Build problem (C++)
- weird problem on visual studio (C++)
- Weird (?) problem using std::list ... (C++)
- VS.Net compilation problem? (ASP.NET)
- Visual Studio 6.0.. Frozen In Time (C)
Other Threads in the C++ Forum
- Previous Thread: Menu Chooser Program
- Next Thread: C++ program using classes



Threaded Mode