Bonjour à tous

En faisant des test pour résoudre un problème je suis arrivé à une erreur de compilation... que je ne connais pas du tout.

Et bien sûr pas moyen de faire marche arrière; j'ai remis le code comme je pense qu'il était quand il marchait presque mais l'erreur est toujours là.

le compilateur me donne ceci:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
C:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: C:/Dev-Cpp/lib/libstdc++.a(ostream-inst.o): warning: COMDAT symbol '.rdata$_ZTTSo' does not match section name '.rdta$_ZTTo'
C:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: C:/Dev-Cpp/lib/libstdc++.a(ostream-inst.o): warning: COMDAT symbol '.rdata$_ZTVSo' does not match section name '.rdat$_ZTVSoÉ.rdata$ZTISo'
C:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: C:/Dev-Cpp/lib/libstdc++.a(ostream-inst.o): warning: COMDAT symbol '.rdata$_ZTISo' does not match section name '.rdata$ZTISo'
C:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: C:/Dev-Cpp/lib/libstdc++.a(ostream-inst.o): warning: COMDAT symbol '.rdata$_ZTSSo' does not match section name '.ýdata$_ZTSSo'
C:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: BFD 2.15.91 20040904 internal error, aborting at ../../src/bfd/coffcode.h line 852 in handle_COMDAT
 
C:\Dev-Cpp\Bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: Please report this bug.
 
collect2: ld returned 1 exit status
 
make.exe: *** [camera_devc.exe] Error 1
 
Execution terminated
apparemment il trouve une erreur dans le fichier ksproxy.h :\

Je n'ai aucune idée de comment résoudre cette erreur et d'où elle peut venir...

Pour préciser: elle est survenue lorsque je tentait de créer une fenêtre avec l'API windows.

Donc si quelqu'un a une piste ou a déjà eu une erreur similaire

Merci d'avance.