problème d'exécution VC version 6
salut tout le monde, j'ai un code qui compile bien, le lien entre les fichiers se fait sans erreurs mais lors de l'exécution il m'affiche un message d'erreur comme quoi la mémoire ne peut pas être"read" et lors que je débogue le curseur du débogueur pointe sur
Code:
1 2 3 4 5 6
|
C_arc* C_node::NODget_out()
{
return this->pNODtout;
} |
avec un tas d'erreur genre:
Loaded symbols for 'C:\LOO\Debug\LOO.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:\Program Files\Spyware Doctor\tools\swpg.DAT', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.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\oleaut32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\apphelp.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\version.dll', no matching symbolic information found.
The thread 0x968 has exited with code 0 (0x0).
NB: pNODout est un pointeur sur un une liste d'objets d'une autre classe.
Si vous voyez d'où vient le mal merci de le signaler je compte sur vous.