Bonjour,

Alors en fait, il m'est arrivé un truc super bizarre la semaine derniere:
Mon programme développé sous VC++ 6 m'a recemment laché sans explication aucune... C'est une apli 3D sous openGL+glut... A l'ouverture de la console, le programme crachait et me disait le bon vieux "press any key to continue"...Pourtant j'avais rien modif de bien gros...et mes versions antérieures me faisait le meme crach !
En lançant un ptit debug, le problème est vite identifié mais me fait un peu peur... En fait, ce bug fait suite à l'installation de ma nouvelle souris tellement qu'elle est belle, tellement qu'elle marche bien. Il s'agit d'une logitech.
Et voila le résultat de mon debug :

....
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\avgrsstx.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_...\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\DrvTrNTm.dll', no matching symbolic information found.
...
Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic information found.
Loaded 'C:\Program Files\Logitech\SetPoint\lgscroll.dll', no matching symbolic information found.
First-chance exception in myprog.exe (NTDLL.DLL): 0xC00000FD: Stack Overflow.
Loaded 'C:\Program Files\Logitech\SetPoint\lgscroll.dll', no matching symbolic information found.
First-chance exception in Gestion_MNT.exe (NTDLL.DLL): 0xC0000005: Access Violation.
The program 'D:\CVS\Developpement\VERSIONS\myprog.exe' has exited with code 0 (0x0).

Hallucinant !
Il s'agit d'une appli de configuration de la souris ...
Un petit kill du process et hop, mon programme remarche nickel...
Mes questions sont les suivantes :

D'ou peut provenir un tel plantage? (Stack Overflow)Est ce mon prog ou cette sale..té d'utilitaire de conf logitech?

Y a t il moyen de supprimer ou limiter ces "loads" indépendants de ma volonté pour éviter ce genre de mésaventures?
Merci d'avance pour vs réponses