[ Visual Studio C++ ] problème d'exécutable

problème d'exécutable [ Visual Studio C++ ] - C++ - Programmation

Marsh Posté le 07-06-2007 à 21:24:35    

Bonjour ,
 
J'ai compilé un programme sous visual studio en C++ mais apparement je suis le seul à pouvoir l'ouvrir , sur d'autre PC il fait une erreur fatal au démarage alors que sur mon pc il exécute très bien .
 
Le fichier .exe que j'utilise est celui ce trouvant de le répertoire debug peut être que mon erreur vient de là.
 
Si vous avez une idée pour régler ce problème n'hésitez pas .
 
Merci de votre aide .

Reply

Marsh Posté le 07-06-2007 à 21:24:35   

Reply

Marsh Posté le 08-06-2007 à 09:14:19    

Compiler en release, vérifier que toutes les dll utilisées sont présentes ...


---------------
Töp of the plöp
Reply

Marsh Posté le 08-06-2007 à 14:17:45    

Reply

Marsh Posté le 08-06-2007 à 21:10:45    

Même problème en mode release .
Voicie la liste qu'il m'affiche :
 
'testMFC.exe' : Chargé 'E:\MFC\final\testMFC2\release\testMFC.exe', Les symboles ont été chargés.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\ntdll.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\kernel32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_dec6ddd2\mfc80u.dll', Les symboles ont été chargés.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb\msvcr80.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\msvcrt.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\gdi32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\user32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\shlwapi.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\advapi32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\rpcrt4.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_3415f6d0\mfc80FRA.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\ole32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\uxtheme.dll', Aucun symbole n'a été chargé.

Reply

Marsh Posté le 08-06-2007 à 22:26:27    

Convexe a écrit :

Même problème en mode release .
Voicie la liste qu'il m'affiche :
 
'testMFC.exe' : Chargé 'E:\MFC\final\testMFC2\release\testMFC.exe', Les symboles ont été chargés.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\ntdll.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\kernel32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_dec6ddd2\mfc80u.dll', Les symboles ont été chargés.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.163_x-ww_681e29fb\msvcr80.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\msvcrt.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\gdi32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\user32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\shlwapi.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\advapi32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\rpcrt4.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_3415f6d0\mfc80FRA.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\ole32.dll', Aucun symbole n'a été chargé.
'testMFC.exe' : Chargé 'C:\WINDOWS\system32\uxtheme.dll', Aucun symbole n'a été chargé.


 
Nan mais pas ça, utilise dependancy walker pour voir si toutes les dlls utiles sont présentes sur le PC de destination


---------------
Töp of the plöp
Reply

Marsh Posté le 10-06-2007 à 00:07:38    

J'avait une fois le meme problème que toi et c'était parce que j'avais compilé en mettant une option pour optimiser pour les pentium et du coup ca marchait pas sur des amd... vérifie voir ca ptetre

Reply

Marsh Posté le 03-07-2007 à 18:04:46    

Le visual C redistributable correspondant est installé sur le pc destination ?

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed