Windows prog error

Hi there, am trying an example from a book on windows programming and am getting errors that I have no idea what to do with. Am new to programming.
Here are the errors.

1>------ Build started: Project: TextureApp, Configuration: Debug Win32 ------
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
1>TextureApp.cpp
1>c:\program files\microsoft sdks\windows\v6.1\include\winnt.h(283) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft sdks\windows\v6.1\include\winnt.h(8162) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\program files\microsoft sdks\windows\v6.1\include\winnt.h(8162) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>Build log was saved at "file://c:\Users\CHRIS\Desktop\TextureApp\Debug\BuildLog.htm"
1>TextureApp - 3 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Thanks for any help.
I would need some code...without it, I am guessing that you are either not defining a type for a variable, or you are using a type that doesn't exist.
Topic archived. No new replies allowed.