Bonjour,

D'une heure à l'autre Visual studio 2008 refuse de compiler mes applications MFC ! pour l'architecture AMD64
Même chose sur un projet vierge MFC (AMD64)
Au secours !!

1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1>LINK : warning LNK4199: /DELAYLOAD:OleAcc.dll ignored; no imports found from OleAcc.dll
1>testadfercom.obj : error LNK2019: unresolved external symbol "public: __cdecl CWinAppEx::CWinAppEx(int)" (??0CWinAppEx@@QEAA@H@Z) referenced in function "public: __cdecl CtestadfercomApp::CtestadfercomApp(void)" (??0CtestadfercomApp@@QEAA@XZ)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual struct CRuntimeClass * __cdecl CWinAppEx::GetRuntimeClass(void)const " (?GetRuntimeClass@CWinAppEx@@UEBAPEAUCRuntimeClass@@XZ)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual int __cdecl CWinAppEx::ExitInstance(void)" (?ExitInstance@CWinAppEx@@UEAAHXZ)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual int __cdecl CWinAppEx::LoadState(wchar_t const *,class CFrameImpl *)" (?LoadState@CWinAppEx@@UEAAHPEB_WPEAVCFrameImpl@@@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual int __cdecl CWinAppEx::CleanState(wchar_t const *)" (?CleanState@CWinAppEx@@UEAAHPEB_W@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual int __cdecl CWinAppEx::SaveState(wchar_t const *,class CFrameImpl *)" (?SaveState@CWinAppEx@@UEAAHPEB_WPEAVCFrameImpl@@@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual int __cdecl CWinAppEx::OnViewDoubleClick(class CWnd *,int)" (?OnViewDoubleClick@CWinAppEx@@UEAAHPEAVCWnd@@H@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual int __cdecl CWinAppEx::ShowPopupMenu(unsigned int,class CPoint const &,class CWnd *)" (?ShowPopupMenu@CWinAppEx@@UEAAHIAEBVCPoint@@PEAVCWnd@@@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl CWinAppEx::OnAppContextHelp(class CWnd *,unsigned long const * const)" (?OnAppContextHelp@CWinAppEx@@UEAAXPEAVCWnd@@QEBK@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl CWinAppEx::OnClosingMainFrame(class CFrameImpl *)" (?OnClosingMainFrame@CWinAppEx@@MEAAXPEAVCFrameImpl@@@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "protected: virtual int __cdecl CWinAppEx::LoadWindowPlacement(class CRect &,int &,int &)" (?LoadWindowPlacement@CWinAppEx@@MEAAHAEAVCRect@@AEAH1@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "protected: virtual int __cdecl CWinAppEx::StoreWindowPlacement(class CRect const &,int,int)" (?StoreWindowPlacement@CWinAppEx@@MEAAHAEBVCRect@@HH@Z)
1>testadfercom.obj : error LNK2001: unresolved external symbol "protected: virtual int __cdecl CWinAppEx::ReloadWindowPlacement(class CFrameWnd *)" (?ReloadWindowPlacement@CWinAppEx@@MEAAHPEAVCFrameWnd@@@Z)
1>testadfercom.obj : error LNK2019: unresolved external symbol "public: virtual __cdecl CWinAppEx::~CWinAppEx(void)" (??1CWinAppEx@@UEAA@XZ) referenced in function "public: virtual __cdecl CtestadfercomApp::~CtestadfercomApp(void)" (??1CtestadfercomApp@@UEAA@XZ)
1>E:\source\projet\teste\servcom\testadfercom\x64\Debug\testadfercom.exe : fatal error LNK1120: 14 unresolved externals


Merci de me dépanner.