Groups | Blog | Home
all groups > visual c libraries > june 2004 >

visual c libraries : Porting Code from VC++ 6.0 to VC++.NET


Shreyash B. Patel
6/3/2004 5:26:04 AM
I took a code that was written in VC++6.0 using MFC and compiled in VC++.NET. It compiled fine but when I execute the application I get an Debug Assertion Failed Message. The Code works fine in VC++ 6.0 Can someone please tell me what is wrong

Debug Assertion Failed
File: afxwin1.in
Line: 2

Ronald Laeremans [MSFT]
6/7/2004 11:58:57 AM
The easiest way is to just simply look at what this assertion is about and
walk the callstack up in the debugger to find out where something is going
wrong.

Ronald Laeremans
Visual C++ team

[quoted text, click to view]

AddThis Social Bookmark Button