Voila, il y a un quart d'heure mon application tournait de facon normale,

et maintenant, ca me sors une erreur au demarrage : "Debug Assertion Failed"
sur le fichier strcor.cpp a la ligne 344

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
			if (!ProcessShellCommand(cmdInfo))
			{
				return FALSE;
			}
			// The one and only window has been initialized, so show and update it.
			m_pMainWnd->ShowWindow(SW_SHOW);
			m_pMainWnd->UpdateWindow();
dans le code ca plante la ...

Quelqu'un comprend ? ^^