M
ma
Hello;
I want to use some classes that I wrote (MFC based) in my .net
application. I did the following steps to achieve this:
1- I create a winform application. (The program compile and run
successfully).
2- I changed project setting as documented by MS:
(http://msdn2.microsoft.com/en-us/library/ms235211.aspx ) (The program
compile and run successfully).
3- I add the following line to stdafx.h
#include <afxwin.h> // MFC core and standard components
At this point, the program compiles but when I am trying to run it, I am
getting a heap error. The error message is assertion failed at line 1414 in
file dbgheap.c
What is the problem and how can I solve it?
Best regards
I want to use some classes that I wrote (MFC based) in my .net
application. I did the following steps to achieve this:
1- I create a winform application. (The program compile and run
successfully).
2- I changed project setting as documented by MS:
(http://msdn2.microsoft.com/en-us/library/ms235211.aspx ) (The program
compile and run successfully).
3- I add the following line to stdafx.h
#include <afxwin.h> // MFC core and standard components
At this point, the program compiles but when I am trying to run it, I am
getting a heap error. The error message is assertion failed at line 1414 in
file dbgheap.c
What is the problem and how can I solve it?
Best regards