Hi dev team, My all build related issues have been resolved. !
the root cause of issue was like,i forgot to install the windows 2003 server platform sdk, After installing and configuring the SDK and i compiled the source with customization every problem got resolved. I am really thankful to Mladen turk, len.popp ,sebb ,rainer jung. for their quick response and accurate solution :) With Regard's vinay. On Mon, Jun 14, 2010 at 9:40 PM, Len Popp <len.p...@gmail.com> wrote: > 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 >