Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Need Help for Visual Studio 2005

I have the following problem in VS 2005.
When I make a new (blank) MFC Application (using the wizard, and with the default settings), and build it, it runs in the Release version without any problems, but when trying to run it in the Debug version, it shows a message box saying that USER32.DLL was moved in memory because MFC80UD.DLL took the address area that was bound for the system DLLs of Windows.

When I tried to recompile, rebuild and run a previous project of mine, developed with VS .NET, but with the exactly the same Project Properties as the new (blank) project, there is no such problem.

My OS is Windows 2000 SP4.

Does anyone have any idea of what may be happening?
[713 byte] By [basil12] at [2007-11-11 7:45:14]
# 1 Re: Need Help for Visual Studio 2005
Does it run properly?
jonnin at 2007-11-11 21:01:56 >
# 2 Re: Need Help for Visual Studio 2005
No, it doesn't run. It displays the message and doesn't even start (in the Debug version). In the Release version, no message and no problems.
basil12 at 2007-11-11 21:02:57 >
# 3 Re: Need Help for Visual Studio 2005
Try changing the debug project settiings to use the release libs. You probably don't step into the microsoft code anyway. It sounds like the compiler is having an internal problem, rare but not unheard of.
jonnin at 2007-11-11 21:03:55 >