Daniel
2008-05-08 06:39:50 UTC
I downloaded the code for this tutorial --
http://msdn.microsoft.com/en-us/visualc/cc507088.aspx. When I try to build
it in Visual C++, I get an error saying:
fatal error C1083: Cannot open include file: 'afxwin.h': No such file or
directory
The error points to the line that says:
#include <afxwin.h> // MFC core and standard components
Do I need to download other files from Microsoft to get this code to run?
Daniel
http://msdn.microsoft.com/en-us/visualc/cc507088.aspx. When I try to build
it in Visual C++, I get an error saying:
fatal error C1083: Cannot open include file: 'afxwin.h': No such file or
directory
The error points to the line that says:
#include <afxwin.h> // MFC core and standard components
Do I need to download other files from Microsoft to get this code to run?
Daniel