Hi Joe,(posted 9341 days ago)I had the same problem. You can build any of the programs from "WAOC++?" book using VC++ 5.0 (same version I'm using). Just ensure you add the directory that contains Steve's "stharch.a" library to the VC++ library search path. Do the same thing for the includes, because Steve supplies other files that are needed for building the projects, such as a version of assert called wassert.h, also common.h, and more as you know. So VC++ will need to know where to find all of these files when the time comes to build your projects.
Best Regards,
Mac