The original source code release for SCETOOL compiles easily with gcc on linux. I made some small changes to allow compiling with Visual C++ in Windows.
Here is the source code/solution and compiled exe. Included zlib 1.2.5; it's compatible with original source. Linked with zlib static lib 32. If the linker has problem finding the zlib library (zlibstat.lib), add your source directory to the search path: Project->Properties->Linker->General: additional library directories.
Compiled with Visual C++ 2008 free edition (no registration required, no expiration date)
just open the sln file with Visual Studio to convert/load into other editions of VS; tested and working ok on VS 2010 too.
March 14 2015 Update: new link
Here is the source code/solution and compiled exe. Included zlib 1.2.5; it's compatible with original source. Linked with zlib static lib 32. If the linker has problem finding the zlib library (zlibstat.lib), add your source directory to the search path: Project->Properties->Linker->General: additional library directories.
Compiled with Visual C++ 2008 free edition (no registration required, no expiration date)
just open the sln file with Visual Studio to convert/load into other editions of VS; tested and working ok on VS 2010 too.
March 14 2015 Update: new link
Attachments
Last edited by a moderator: