I\'ve followed the instruction for compiling from
http://laanx.fragnetics.com/index.php?page=build_visual in an attempt to see PS from the inside-out.
I was able to successfully download and install everything I needed, but am stumped to where I went wrong. The task of compiling CS gives me these errors right off the bat. There are tonnes more, but I imagine if I can resolve a few, I will see where I went wrong:
plgtlfunc fatal error LNK1104: cannot open file \'zlib.lib\'
e:\\Development\\CS\\include\\csutil\\zip.h(32): fatal error C1083: Cannot open include file: \'zlib.h\': No such file or directory
e:\\Development\\CS\\include\\csutil\\zip.h(32): fatal error C1083: Cannot open include file: \'zlib.h\': No such file or directory
e:\\Development\\CS\\include\\csutil\\zip.h(32): fatal error C1083: Cannot open include file: \'zlib.h\': No such file or directory
What I\'m hoping for is a quick-fix, maybe I missed something.
Running Visual C++.net, BTW.
Thanks, if anyone can point me in a direction to fix this up.