I am using MSVC++ 2005 Express Edition, and have installed the Platform SDK. I also installed "cs-win32libs-0.99r0_018.exe" (correctly, I believe). I am using the .sln file "C:\CS\mk\msvc8\wkstypical.sln". I am using the pseudostable 26-Jan-2006 release of CS.
That said, when I try to compile the solution I get errors such as the following:
box.cpp
c:\cs\include\csutil\win32\csosdefs.h(203) : fatal error C1083: Cannot open include file: 'windef.h': No such file or directory
bsptree.cpp
c:\cs\include\csutil\win32\csosdefs.h(203) : fatal error C1083: Cannot open include file: 'windef.h': No such file or directory
chainhull2d.cpp
Did I forget to install or misinstall something? Any help would be appreciated.
EDIT: LibPNG is required, correct? I can't seem to get it to compile. Does anyone have an already-compiled version of this source for MSVC++8?
Read the CS manual about the MSVC express edition. There are some things you have to download.
Greetings,