No announcements
Found 1471306 threads
-
0 Votes
WINDOWS.H already included
I've found the solution, After removing all #include <windows.h> from the files in the project, I've added ...Answered | 6 Replies | 6996 Views | Created by longwood12345 - Saturday, November 11, 2006 8:26 PM | Last reply by Mitul Golakiya - Monday, August 10, 2009 3:56 AM -
0 Votes
error C1189: #error : WINDOWS.H already included.
MFC apps must not #include <windows.h>.Answered | 10 Replies | 4052 Views | Created by jyo23 - Thursday, October 6, 2016 1:38 PM | Last reply by Baron Bi - Wednesday, October 19, 2016 9:22 AM -
1 Votes
ERROR:WINDOWS.H already included.
Hi RITESH_SHINDE, Have you included <windows.h> file in other .cpp files?Answered | 3 Replies | 9270 Views | Created by RITESH_SHINDE - Monday, December 21, 2009 12:53 PM | Last reply by Nancy Shao - Wednesday, December 23, 2009 10:04 AM -
0 Votes
afx and windows.h conflict
How was I suppose to know to include afxwin instead of windows.h ..Answered | 8 Replies | 4766 Views | Created by bubol - Wednesday, August 20, 2008 6:09 AM | Last reply by raf sistemleri - Friday, January 21, 2011 11:08 AM -
3 Votes
C1189: #error : WINDOWS.H already included.
While creating ATL Object through ATL wizard - Check Add Support of MFC which gives all the MFC classes.Answered | 7 Replies | 76425 Views | Created by Ronnie Smith - Saturday, December 3, 2005 12:37 AM | Last reply by bikhu - Saturday, July 13, 2013 10:18 AM -
0 Votes
Including Windows or MFC structures in my class
If you used the Win32 Console App template you just need to add the ...Answered | 14 Replies | 1005 Views | Created by Safiullah - Sunday, September 23, 2018 2:31 PM | Last reply by WayneAKing - Tuesday, September 25, 2018 5:28 PM -
0 Votes
(error due to afxdlgs.h) fatal error C1189: #error : WINDOWS.H already included.
MFC apps must not #include <windows.h> 3.Answered | 25 Replies | 12094 Views | Created by Priya R - Thursday, November 12, 2009 4:56 AM | Last reply by Nancy Shao - Friday, December 4, 2009 4:37 AM -
0 Votes
I am getting this error....fatal error C1189: #error : WINDOWS.H already included.
You probably included other files that include windows.h indirectly before afxwin.h or you have an outdated precompiled header file that needs to be rebuilt.Answered | 7 Replies | 4497 Views | Created by raj4ever - Monday, January 12, 2009 5:47 AM | Last reply by Mahendran Arumugam - Monday, January 12, 2009 12:21 PM -
1 Votes
WINDOWS.H already included
If it has been defined , the complier produces error message “WINDOWS.H already included.Answered | 2 Replies | 19909 Views | Created by momukhtar - Thursday, March 27, 2008 2:15 AM | Last reply by momukhtar - Tuesday, April 8, 2008 1:20 AM -
0 Votes
WINDOWS.H already included error
Added <winafx.h> instead of <windows.h>.Answered | 2 Replies | 4594 Views | Created by williamj8 - Monday, January 12, 2009 1:10 PM | Last reply by williamj8 - Tuesday, January 13, 2009 4:58 PM -
20 Votes
windows.h not found...
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\atlmfc\include\afxv_w32.h(16): catastrophic error: #error directive: WINDOWS.H already included.Answered | 80 Replies | 271271 Views | Created by jwellsntr - Thursday, May 5, 2005 2:30 PM | Last reply by hedonplay - Friday, June 4, 2010 7:39 AM -
10 Votes
Fatal error RC1015: cannot open include file 'afxres.h'
Where exactly would one edit this #include "afxres.h" for #include "windows.h" at?Answered | 25 Replies | 156532 Views | Created by fornol - Saturday, April 22, 2006 2:06 AM | Last reply by FrankyHollywood - Thursday, May 19, 2011 9:12 AM -
0 Votes
Including Windows.h causes two LNK2019 errors based on (heretofore) funcational code
Main.obj : error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > ...Answered | 2 Replies | 3057 Views | Created by TenTonApe - Tuesday, July 6, 2010 12:50 AM | Last reply by TenTonApe - Tuesday, July 6, 2010 1:03 AM -
0 Votes
windows.h
As always, Wikipedia has useful information: http://en.wikipedia.org/wiki/Windows.h From this page: windows.h is a ...Answered | 2 Replies | 8843 Views | Created by demienbjarne - Thursday, November 26, 2009 12:59 AM | Last reply by davewilk - Thursday, November 26, 2009 1:28 AM -
1 Votes
Errors including WinHttp.h when WinInet.h already included
Your project is #including header files from two different versions of the Windows SDK.Answered | 2 Replies | 7437 Views | Created by Peter5575 - Friday, February 6, 2009 4:50 PM | Last reply by Norman Diamond - Thursday, May 20, 2010 6:09 AM -
0 Votes
Including Winbase
The problem is simply that windows.h includes a number of other headers, prior to winbase.h.Answered | 2 Replies | 3875 Views | Created by rKarthik - Friday, December 8, 2006 11:45 PM | Last reply by rKarthik - Saturday, December 9, 2006 6:20 PM -
0 Votes
What specific windows.h file is C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\afxv_w32.h supposed to include
So add C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include to "Visual Studio include directory reference" list.Answered | 2 Replies | 11874 Views | Created by Christian Johansen - Thursday, June 18, 2009 10:22 AM | Last reply by nobugz - Thursday, June 18, 2009 11:01 AM -
0 Votes
Please help me to remove this "fatal error C1189: #error : WINDOWS.H already included.
Precompiled headers include all code up to and including the specified file (usually stdafx.h).Answered | 5 Replies | 8665 Views | Created by DipankarVerma - Thursday, September 20, 2007 1:40 PM | Last reply by Simple Samples - Friday, September 21, 2007 3:10 AM -
0 Votes
fatal error C1189: #error : WINDOWS.H already included.
Hi, you have to remove "windows.h".Answered | 12 Replies | 20290 Views | Created by diyora - Tuesday, May 6, 2008 4:48 AM | Last reply by rumDeep - Wednesday, May 7, 2008 4:16 AM -
0 Votes
afxwin.h - #error :WINDOWS.H already included
Try to find out where the windows.h could be included.Answered | 2 Replies | 6420 Views | Created by Mark Donnelly - Tuesday, August 30, 2005 5:06 PM | Last reply by Cyril839 - Wednesday, August 31, 2005 9:06 AM - Items 1 to 20 of 1471306 Next ›
No announcements