Vous ne trouvez pas de réponse à votre problème ? Alors posez la question dans le forum. Souvenez-vous qu'il n'y a jamais de question bête, mais rester dans l'ignorance parce que l'on n'ose pas poser une question, ça c'est une erreur !

Sujet : Debuggeur [ Archives / Au secours ] (lerilcy)

lundi 13 janvier 2003 à 17:50:13 | Debuggeur

lerilcy

J'ai une erreur dans mon programme sur l'utilisation de fichiers
et comme je debute je comprend pas grand chose au debuggeur!

Voici l'erreur pendant l'execution (0erreur 0warning):

Ms Visual c++ - Debug library

Debug error!
program: c:\decoupe.exe
abnormal program termination
Press retry to debug



je fait retry :

dans l'outpout:

Loaded symbols for 'C:\decoupe.exe'
Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winspool.drv', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msctf.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msctfime.ime', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msimtf.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\apphelp.dll', no matching symbolic information found.
The thread 0x340 has exited with code 0 (0x0).
The thread 0x1A4 has exited with code -2147483645 (0x80000003).
The program 'C:\decoupe.exe' has exited with code -2147483645 (0x80000003).



dans le debuggeur la ligne est
0040D753 int 3

Mais quand je fé clic droit "go to source". Ca fait rien .

Si qq'uun pouvait m'aider! SVP!

mardi 14 janvier 2003 à 13:06:39 | Re : Debuggeur

jcecchi

Salut,

Poste un bout de code, parce qu'avec ca on peut pas dire grand chose.


-------------------------------
Réponse au message :
-------------------------------

> J'ai une erreur dans mon programme sur l'utilisation de fichiers
> et comme je debute je comprend pas grand chose au debuggeur!
>
> Voici l'erreur pendant l'execution (0erreur 0warning):
>
> Ms Visual c++ - Debug library
>
> Debug error!
> program: c:\decoupe.exe
> abnormal program termination
> Press retry to debug
>
>
>
> je fait retry :
>
> dans l'outpout:
>
> Loaded symbols for 'C:\decoupe.exe'
> Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\winspool.drv', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\msctf.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\msctfime.ime', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\msimtf.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
> Loaded 'C:\WINDOWS\system32\apphelp.dll', no matching symbolic information found.
> The thread 0x340 has exited with code 0 (0x0).
> The thread 0x1A4 has exited with code -2147483645 (0x80000003).
> The program 'C:\decoupe.exe' has exited with code -2147483645 (0x80000003).
>
>
>
> dans le debuggeur la ligne est
> 0040D753 int 3
>
> Mais quand je fé clic droit "go to source". Ca fait rien .
>
> Si qq'uun pouvait m'aider! SVP!



Cette discussion est classé dans : windows, information, loaded, matching, symbolic


Répondre à ce message

Sujets en rapport avec ce message

Viosual c++ 6.0 [ par ToToL ] En voulant créé un programme de type win32 aplication et en compilant celui ci avec visual c++ 6.0 il m'indique deux message d'erreur : Loaded 'ntdll. MFC RichEdit [ par mfrai02 ] Salut , j'utilise visual studio .net 2003 et j'ai un projet C++ mfc . Dans mon application j'ai ajouté une CRichEdit (Rich Edit 2.0) . Je fais rien [C++] des erreurs lors du run d'exe [ par tarikbenn ] Bonjour tout le monde. Je dois compiler et utiliser Darwin streaming server d'apple. Tout cela s'inscrit das le cadre de quelque chose de plus grand q Récupérer l'information fermer Windows XP [ par antoinec ] Bonjour,J'explique ce que je veux faire:Il y a une application que je fais tourner sur mon PC.(J'ai cablé un écran LCD sur mon port paralèlle et j'ai Dévelopement modem logiciel - Driver Windows - Help please [ par lherderien ] Bonjour je ne suis pas très expérimenté en programmation système windows et je dois développer un modem logiciel. (arrêtez moi quand je me trompe). Portage de code qui a été dévellopé sous Windows, sous Linux [ par petitponch ] Bonjour, Je dois porter du code écrit par quelqu'un d'autre que moi sous Windows, et je dois le faire marcher sous Linux. Le problème concerne  la par Tube Windows [ par 0xYg3n3 ] Bonjour, Je souhaiterais avoir des exemples qui creent et utilisent des tubes nommes ou pas sur Windows. Merci pour vos reponses Changer l'heure de Windows [ par Sload ] Bonjour à tous ! Qq'un sait il comment changer l'heure de windows en C++ ? Merci d'avance Antoine http://www.sloadnet.com GTK pour Windows [ par trystan007 ] Salut à tous, j'ai téléchargé le package pour Dev Cpp de GTK à l'adresse suivante : http://gtk.alkia.org/, et je l'ai installé. Le seul problème est q vc2005 dll [ par lilington ] Bonjourvoila je viens d'installer msvc2005 le probleme c'est que je ne peux pas executer mes prog.je recois un message windows disant que la dll:msvcr


Nos sponsors

Sondage...

CalendriCode

Juillet 2009
LMMJVSD
  12345
6789101112
13141516171819
20212223242526
2728293031  

Consulter la suite du CalendriCode

Comparez les prix Nouvelle version


HTC Magic

Entre 429€ et 429€


Photothèque Nouveau !



Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés
Temps d'éxécution de la page : 0,265 sec

Google Coop CodeS-SourceS Google Coop CodeS-SourceS


Certaines images présentes sur le site (notament certains avatars) sont issues des collections IconShock, donc si vous souhaitez utiliser ces icons vous devez les acheter, ne les copiez pas et ne utilisez pas dans vos sites et applications sans les avoir commandé.