|
Hi Liang, Most likely you are running the make
command in a regular DOS windows instead of a MSDEV command prompt. The error
message you are getting indicates that the MS compiler cannot find its own core
include files. It that is not the case your MSDEV
environment is could be corrupted. If you open the MSDEV command prompt and
type ‘set include’ the result should be similar to this: “INCLUDE=C:\Program
Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE;C:\ProgramFiles\Microsoft
Visual Studio 8\VC\INCLUDE;C:\Program Files\Microsoft Visual Studio \VC\PlatformSDK\include;C:\Program Files\Microsoft Visual
Studio 8\SDK\v2.0\include;C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\include\” The windows.h
and the winsock2.h include files must be found using that search path (normally
at C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\Windows.h). Good luck: Zoltan -----Original Message----- hi when I compile mico using nmake /f
Makefile.win32, I got below error: fatal error C1083: Cannot open include file:
'windows.h': No such file or directory do I need modify makefile to define some macro?
thanks very much |
_______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
