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
Shreyash
Ronald Laeremans [MSFT] - 07 Jun 2004 19:58 GMT
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
>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
[quoted text clipped - 6 lines]
>
> Shreyash