It has arrived to me a short time ago. The program crashed at the return of a function. I only checked the "link incrementaly" option in debug mode. If it works in release mode...your code is probably not the probleme.
luckylourson
Posts
-
Debug Assertion Failed???? -
Combo Box ProblemI don't understand why you don't fill the combo box after the DoModal()..It's not a properly way but it is sure.
-
Passing Window Handles?you can use GetParent()
-
PostMessage (hWnd = 0)I think you should try a GetParent function wich is suppose to return the CWind* of the parent window. You can also have the hwind with (GetParent())->m_hWind
-
memory leaksthank you a lot for your ideas.. I found out a leak thanks to you, but there are some others I can't find bexause the title of the file is not complete. I can't see why... probably a bug with the debugger...lol
-
CEdit subclassingI think you could refresh all the window by handling the ON_SCROLL message or something like that
-
Main Dialog & TabPageyou can do a GetItemDlg(IDC_OBJECT) to retrieve a pointer on the data structure. You have to cast the value like (CEdit *) GetItemDlg (IDC_EDIT);
-
CEdit subclassingcan't you refresh the whole window? It doesn't work?
-
memory leaksI've got a problem while debugging a programm. When exiting the program in debug mode, i've got memory leaks and i would like to analyse them in order to free objects which are not deleted. The code is a bit long and verifying all code would be impossible. Is there a tool I could use? or a method to applicate? Thanx for your response and excuse me for the errors in text, i'm french...