I am installing some software that requires a 1.x.x version of Apache. The software came with version 1.3.27 which I am trying to compile on a windows server using Visual C++.
When trying to build ApacheCore.dsp, these are the errors I'm getting...
service.obj : error LNK2001: unresolved external symbol _FixConsoleCtrlHandler@8
service.obj : error LNK2001: unresolved external symbol _Windows9xServiceCtrlHandler@8
I am very unfamiliar with Apache and can't seem to find any information concerning this. Any help would be greatly appreciated.
When trying to build ApacheCore.dsp, these are the errors I'm getting...
service.obj : error LNK2001: unresolved external symbol _FixConsoleCtrlHandler@8
service.obj : error LNK2001: unresolved external symbol _Windows9xServiceCtrlHandler@8
I am very unfamiliar with Apache and can't seem to find any information concerning this. Any help would be greatly appreciated.