Bonjour, tous le monde,
j'ai un petit prob sous visual C++ 6.0,
c la premiere que je l'utilise, j'essaye de compiler un projet,
la compilation se passe normalement,
mais j'ai des erreur lors du "linking" :
--------------------Configuration: exochapitre2 - Win32 Debug--------------------
Compiling...
StdAfx.cpp
Compiling...
exochapitre2.cpp
Linking...
StdAfx.obj : error LNK2005: _IID_IDirectDrawGammaControl already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawColorControl already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawClipper already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawPalette already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawSurface7 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawSurface4 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawSurface3 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawSurface2 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDrawSurface already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDraw7 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDraw4 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDraw2 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _IID_IDirectDraw already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _CLSID_DirectDrawClipper already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _CLSID_DirectDraw7 already defined in exochapitre2.obj
StdAfx.obj : error LNK2005: _CLSID_DirectDraw already defined in exochapitre2.obj
Debug/exochapitre2.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
exochapitre2.exe - 17 error(s), 0 warning(s)
est ce que quelqu'un connais le prob?
je vous remercie