IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

VC++ .NET Discussion :

Problème lors d'exécution


Sujet :

VC++ .NET

Mode arborescent

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé Avatar de Gobelins
    Homme Profil pro
    Enseignant Chercheur
    Inscrit en
    Décembre 2007
    Messages
    171
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Enseignant Chercheur

    Informations forums :
    Inscription : Décembre 2007
    Messages : 171
    Par défaut Problème lors d'exécution
    Bonjour tout le monde,

    Quand je compile en Debug sur Visual C++ 2010 Express, j'utilise la "Bibliothèque runtime" en "DLL multithread Debug (/MDd)", le compilateur m'affiche les deux warnings suivants qui n'ont pas d'incidents majeurs sur la compilation.

    MSVCRTD.lib(cinitexe.obj) : warning LNK4098: conflit entre la bibliothèque par défaut 'msvcrt.lib' et les autres bibliothèques*; utilisez /NODEFAULTLIB:library
    MSVCRTD.lib(cinitexe.obj) : warning LNK4098: conflit entre la bibliothèque par défaut 'msvcrt.lib' et les autres bibliothèques*; utilisez /NODEFAULTLIB:library

    SiteNaturel.vcxproj -> I:\Documents and Settings\Visual Studio 2010\Projects\SiteNaturel\Debug\SiteNaturel.exe
    ========== Régénération globale*: 1 a réussi, 0 a échoué, 0 a été ignoré ==========
    Quand je compile en mode Release, j'utilise la "Bibliothèque runtime" en "DLL multithread (/MD)", le compilateur m'affiche ceci:
    Fin de la génération du code
    SiteNaturel.vcxproj -> I:\Documents and Settings\Visual Studio 2010\Projects\SiteNaturel\Release\SiteNaturel.exe
    ========== Régénération globale*: 1 a réussi, 0 a échoué, 0 a été ignoré ==========
    La compilation fonctionne bien dans les deux modes (Debug et Release). A part deux warnings en mode Debug cités au dessus.

    Le problème de la compilation est réglé, mais je rencontre autre un problème lors de l'exécution, voilà ce qui m'affiche lorsque je lance l'exécution sans débogage, il est en pièce jointe.

    Le débogueur m'affiche ces messages d'erreur que j'ai pas compris.

    'SiteNaturel.exe'*: Chargé 'I:\Documents and Settings\Visual Studio 2010\Projects\SiteNaturel\Debug\SiteNaturel.exe', Les symboles ont été chargés.
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\ntdll.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\kernel32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'I:\Documents and Settings\Visual Studio 2010\Projects\SiteNaturel\Debug\SDL.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\advapi32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\rpcrt4.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\secur32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\gdi32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\user32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msvcrt.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\winmm.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'I:\Documents and Settings\Visual Studio 2010\Projects\SiteNaturel\Debug\fmod.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msacm32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\ole32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\wsock32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\ws2_32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\ws2help.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msvcp100d.dll', Les symboles ont été chargés.
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msvcr100d.dll', Les symboles ont été chargés.
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\opengl32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\glu32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\ddraw.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\dciman32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'I:\Documents and Settings\Visual Studio 2010\Projects\SiteNaturel\Debug\glut32.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\imm32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\wdmaud.drv', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\setupapi.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\wintrust.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\crypt32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msasn1.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\imagehlp.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\setupapi.dll'
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\wdmaud.drv'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\wdmaud.drv', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\setupapi.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\setupapi.dll'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msacm32.drv', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\midimap.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\dsound.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\version.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\setupapi.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\setupapi.dll'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\setupapi.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\setupapi.dll'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\setupapi.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\setupapi.dll'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\uxtheme.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\Documents and Settings\Local Settings\Temp\IadHide4.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msctf.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\setupapi.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\setupapi.dll'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\ksuser.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\msctfime.ime', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\kbdus.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\kbdus.dll'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\kbdfr.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\kbdfr.dll'
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\nvoglnt.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Chargé 'C:\WINDOWS\system32\mcd32.dll', Cannot find or open the PDB file
    'SiteNaturel.exe'*: Déchargé 'C:\WINDOWS\system32\mcd32.dll'
    La bibliothèque Microsoft Visual Studio C Runtime a détecté une erreur irrécupérable dans SiteNaturel.exe.

    Appuyez sur Arrêter pour déboguer le programme ou sur Continuer pour mettre fin au programme.
    Le thread 'Thread Win32' (0x14b8) s'est arrêté avec le code -1073740777 (0xc0000417).
    Le thread 'Thread Win32' (0xe18) s'est arrêté avec le code -1073740777 (0xc0000417).
    Le thread 'Thread Win32' (0x1544) s'est arrêté avec le code -1073740777 (0xc0000417).
    Le thread 'Thread Win32' (0x1548) s'est arrêté avec le code -1073740777 (0xc0000417).
    Le thread 'Thread Win32' (0x13a8) s'est arrêté avec le code -1073740777 (0xc0000417).
    Le programme '[5300] SiteNaturel.exe: Natif' s'est arrêté avec le code -1073740777 (0xc0000417).
    Je précise: la lettre I signifie que c'est le lecteur disque I DDE (Disque Dur Externe) dans lequel j'ai installé le logiciel Visual C++ 2010 Express et le projet SiteNaturel écrit en C++ (OpenGL)

    La lettre C signifie que c'est le lecteur disque C: le système Windows XP qui est installé.

    Pourriez-vous m'expliquer pourquoi il m'affiche ces erreurs?
    Images attachées Images attachées  

Discussions similaires

  1. problème lor l'excution sous delphi7
    Par hala02 dans le forum EDI
    Réponses: 1
    Dernier message: 12/02/2011, 19h27
  2. [Procédure] problème lors de l'exécution
    Par pinocchio dans le forum MS SQL Server
    Réponses: 4
    Dernier message: 31/10/2006, 14h23
  3. Problème lors de l'exécution d'un trigger
    Par Madoka dans le forum SQL Procédural
    Réponses: 6
    Dernier message: 30/06/2006, 08h33
  4. Réponses: 1
    Dernier message: 28/06/2006, 16h07
  5. Problème lors de l'exécution de mes programmes
    Par darkmalak01 dans le forum Langage
    Réponses: 7
    Dernier message: 27/09/2005, 18h35

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo