Migration de VS2005 vers VS2010
Bonjour,
J'ai un probléme que je trouve assez bizarre. En fait je developpais sous VS2005 et maintenant j'ai migrer mon projet sur VS2010 et le probléme est que mon projet ne compile plus alors qu'il compiler tres bien sous VS2005.
Quand je compile sous VS2010 j'ai comme message d'erreur :
Citation:
error LNK2005: "public: virtual struct CRuntimeClass * __thiscall CWinAppEx::GetRuntimeClass(void)const " (?GetRuntimeClass@CWinAppEx@@UBEPAUCRuntimeClass@@XZ) déjà défini(e) dans WinAppEx.obj D:\DEV\Projet\nafxcwd.lib(afxwinappex.obj)
error LNK1169: un ou plusieurs symboles définis à différentes reprises ont été rencontrés D:\DEV\Projet\app.exe
et pourtant j'ai tout essayant j'ai mis la bibliotheque Runtime à débogage Multithread .
Si vous pouvez m'aider svp cela fait 2 jours que je cherche sans succés.
merci d'avance.