On Mon, Jun 14, 2010 at 10:51, Mladen Turk <mt...@apache.org> wrote: > You will also need the Server 2003r2 platform SDK, and if > building from GUI adjust the include and lib directories > from the SDK to take precedence over the ones from visual studio. >
After you install the Server 2003 Platform SDK, here's how to tell Visual Studio 6 to use the new platform SDK: - Run VS6. - Open the View > Options dialog. - Add the appropriate directories for the Server 2003 Platform SDK. - Note that you must add include, lib and source directories separately, using the "Show directories for" dropdown. - Make sure the new directories are at the top of the list, so they are searched first. The procedure for Visual Studio 2008 is similar. FYI, the compile error messages have to do with items defined in httpext.h, which are not present in older versions of the Platform SDK. -- Len