Partage
  • Partager sur Facebook
  • Partager sur Twitter

Debug erreur, OpenCV 3.2.0 sous Visual Studio 2013

Erreurs concernant la compilation d'un simple programme en C.

    18 février 2017 à 15:35:33

    Bonjour à tous, pour un travail j'ai choisis de me servir de la bibliothèque de traitement d'image OpenCV.
    J'ai donc download la dernière version en date (3.2.0 vc14) et essaie de la faire fonctionner sous Visual Studio 2013.
    Mon OS est Windows 10.
    J'ai suivis un tuto sur Youtube pour installer correctement OpenCV et configurer l'environnement Windows mais lorsque je compile en debug un simple code voilà ce que j'obtiens : 
    Dans la sortie du débogueur:  
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Users\Damien Leroy\Desktop\Labo\Projets_VS2013\TestApres_Video\x64\Debug\TestApres_Video.exe'. Les symboles ont été chargés.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\ntdll.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\kernel32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\KernelBase.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\msvcr120d.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Users\Damien Leroy\Desktop\Labo\Projets_VS2013\TestApres_Video\TestApres_Video\opencv_world320d.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\user32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\gdi32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\ole32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\combase.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\msvcrt.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\rpcrt4.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\bcryptprimitives.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\sechost.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\msvcp120d.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\oleaut32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\comdlg32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\SHCore.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\shlwapi.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\shell32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10586.0_none_396e892957c7fb25\comctl32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\cfgmgr32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\advapi32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\windows.storage.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\kernel.appcore.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\powrprof.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\profapi.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\FirewallAPI.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\netapi32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\msvfw32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\avifil32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\avicap32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\msvcp140d.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\vcruntime140d.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\davhlpr.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\concrt140d.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\winmm.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\msacm32.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\ucrtbased.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\winmmbase.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    'TestApres_Video.exe' (Win32) : Chargé 'C:\Windows\System32\cryptbase.dll'. Impossible de trouver ou d'ouvrir le fichier PDB.
    Exception de première chance à 0x00007FFA00304AB0 (ntdll.dll) dans TestApres_Video.exe : 0xC0000139: Entry Point Not Found.
    Le thread 0x2430 s'est arrêté avec le code -1073741515 (0xc0000135).
    Le thread 0x1b40 s'est arrêté avec le code -1073741515 (0xc0000135).
    Le thread 0xab4 s'est arrêté avec le code -1073741515 (0xc0000135).
    Le programme '[10148] TestApres_Video.exe' s'est arrêté avec le code -1073741515 (0xc0000135) 'Une dll dépendante est introuvable'.
    J'ai mis des images de ce que j'obtiens à l'écran : 
     
    Quelqu'un aurait une idée de la provenance de ces erreurs ? 
    Merci infiniment. 
    Damien.

    -
    Edité par petiteucalyptus1 18 février 2017 à 15:36:40

    • Partager sur Facebook
    • Partager sur Twitter

    Debug erreur, OpenCV 3.2.0 sous Visual Studio 2013

    × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
    × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
    • Editeur
    • Markdown