Erreur d'allocation mémoire
Bonjour,
Tout d'abord, j'aimerais m'excuser si je n'ai pas poster au bon endroit (et que l'on m'aiguille pour la prochaine fois) :)
Mon problème est le suivant, je développe une application qui à pour but de lancer Robocopy, un outil de windows pour copier des dossiers, le code ne contient, d'après Visual Studio 2010, aucune erreur, mais lors de la compilation, il m'affiche le message d'erreur suivant :
Code:
1 2 3 4 5 6 7 8 9 10
| 'Robocopy.exe'*: Chargé 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'Robocopy.exe'*: Chargé 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'Robocopy.exe'*: Chargé 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'Robocopy.exe'*: Chargé 'C:\Windows\SysWOW64\msvcp100d.dll', Les symboles ont été chargés.
'Robocopy.exe'*: Chargé 'C:\Windows\SysWOW64\msvcr100d.dll', Les symboles ont été chargés.
Exception de première chance à 0x76d0b9bc dans Robocopy.exe*: Exception Microsoft C++*: std::bad_alloc à l'emplacement mémoire 0x001fefb4..
Exception de première chance à 0x76d0b9bc dans Robocopy.exe*: Exception Microsoft C++*: std::bad_alloc à l'emplacement mémoire 0x001fe71c..
Exception de première chance à 0x76d0b9bc dans Robocopy.exe*: Exception Microsoft C++*: [rethrow] à l'emplacement mémoire 0x00000000..
Exception non gérée à 0x76d0b9bc dans Robocopy.exe*: Exception Microsoft C++*: std::bad_alloc à l'emplacement mémoire 0x001fe71c..
Le programme '[5480] Robocopy.exe: Natif' s'est arrêté avec le code -529697949 (0xe06d7363). |
Quelqu'un pourrait m'aider s'il vous plait ?