Bonjour tout le monde !
Je commence tout juste avec visual C++ express 2008 dans le cadre d'un projet avec openCV et donc sous windows, dont je n'ai pas vraiment l'habitude d'utiliser pour ce qui touche � la programmation.

Cependant, au niveau des fichiers charg�s, je ne comprend pas ce que certains font ici, dans le genre de :
'Base_openCV.exe' : Charg� 'C:\Program Files\Babylon\Babylon-Pro\captlib.dll
Ce qui je pense est � l'origine de l'erreur :
Le programme '[5644] Base_openCV.exe: Natif' s'est arr�t� avec le code -1073741510 (0xc000013a).


Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
...
Base_openCV.exe' : Chargé 'C:\Windows\System32\msctf.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\System32\lpk.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\System32\usp10.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\System32\APSHook.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
'Base_openCV.exe' : Chargé 'C:\Windows\System32\psapi.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdbaa5a083979cc\comctl32.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\System32\apphelp.dll'
Le thread 'Thread Win32' (0x168c) s'est arrêté avec le code 0 (0x0).
'Base_openCV.exe' : Chargé 'C:\Windows\System32\uxtheme.dll'
'Base_openCV.exe' : Chargé 'C:\Program Files\ASUS Security Center\ASUS Security Protect Manager\Bin\ItClient.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
'Base_openCV.exe' : Chargé 'C:\Windows\System32\dwmapi.dll'
'Base_openCV.exe' : Chargé 'C:\Program Files\Babylon\Babylon-Pro\captlib.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\System32\wininet.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\System32\normaliz.dll'
'Base_openCV.exe' : Chargé 'C:\Windows\System32\iertutil.dll'
Le thread 'Thread Win32' (0xe84) s'est arrêté avec le code -1073741510 (0xc000013a).
Le programme '[5644] Base_openCV.exe: Natif' s'est arrêté avec le code -1073741510 (0xc000013a).
Donc concernant le Path d'environement, j'ai juste rajout� le chemin pour les r�pertoire "bin" de OpenCV, j'ai �galement rajout� les diff�rents fichiers relatifs aux fichier includes, sources, librairies dans l'ide

Et donc voila, je ne comprend pourquoi ces autres fichiers dll sont charg� dans mon appli.

Merci de m'�clairer