|
Posted by terryintransit on April 22, 2007, 2:04 pm
Please log in for more thread options
Thanks for the feedback.
Yes, it is the express version.
Ive installed "Windows SDK", and it contains a windows.h file. Ive
included the location in the path
C:\Program Files\Microsoft Platform SDK for Windows Server 2003
R2\Include
but its still complaining with the 'no such file of directory'
message.
Any suggestions would be appreciated.
> terryintran...@gmail.com writes:
> > I need to write to the eventlogs and Im trying to install 'libwin32'
> > on windows.
> > * nmake is installed
> > * Visual Studio C++ is installed for the cl compiler
>
> Is that the free "Express" version?
>
> > The installation is still failing. The output from make is detailed
> > below. Any suggestions?
>
> > Net.xs(1) : fatal error C1083: Cannot open include file: 'windows.h':
> > No such file or directory
>
> Looks like you're missing the "Windows SDK". The Express version of VC++
> only includes tools for developing .NET apps by default. It *can* build
> old-school Win32 apps too, but the headers and libraries (i.e. the SDK)
> for that is a separate download.
>
> <http://msdn2.microsoft.com/en-us/visualc/aa336404.aspx>
>
> sherm--
>
> --
> Web Hosting by West Virginians, for West Virginians:http://wv-www.net
> Cocoa programming in Perl:http://camelbones.sourceforge.net
|