1. 程式人生 > >C++ 引用MFC問題

C++ 引用MFC問題

【轉】VC++:fatal error C1189:WINDOWS.H already included. MFC apps must not #include wi

  (2012-07-12 10:59:44) 轉載
標籤: 

雜談

分類: VisualC /openCV

 原文地址 http://wenda.tianya.cn/wenda/thread?tid=165397203d6b3530&hl=no

【轉】VC++:fatal <wbr>error <wbr>C1189:WINDOWS.H <wbr>already <wbr>included. <wbr>MFC <wbr>apps <wbr>must <wbr>not <wbr>#include <wbr>wi

 菜鳥來發帖 | 2009-08-17

 

VC++:fatal error C1189: #error WINDOWS.H already included. MFC apps must not #include windows.h,什麼意思?

 

 

1個回答 【轉】VC++:fatal <wbr>error <wbr>C1189:WINDOWS.H <wbr>already <wbr>included. <wbr>MFC <wbr>apps <wbr>must <wbr>not <wbr>#include <wbr>wi
    8907656 | 2009-08-17 11:23:27  
  • 你的StdAfx.cpp#include了哪些檔案

    試試把#include <afxwin.h>挪到stdafx.h裡的最靠前位置;
    ---------------------------------
    把#include <afxwin.h>挪前不行的話,就看看專案屬性裡有沒有定義_WINDOWS_這個巨集,有的話就去掉。
    再不行就不知道了。

 

【轉】VC++:fatal <wbr>error <wbr>C1189:WINDOWS.H <wbr>already <wbr>included. <wbr>MFC <wbr>apps <wbr>must <wbr>not <wbr>#include <wbr>wi
  • zaishui321 | 2010-04-18 19:35:43
  • 樓上回答的正確,頂一下!!!!

 

================================

在我安裝生成cvBloblib的過程中,我將 #include <afxwin.h> 新增到 BlobResult.h中,編譯後沒有了錯誤。其正確性待檢驗。