Jorge Schrauwen <jorge.schrau...@gmail.com> wrote on 2008年12月17日, 19:07
For the early httpd-2.2.x series it has compiled on Win64. Then again it's
very picky in which platform you use.
Win XP x64 + VS2005/8 works best. Vista x64 is has some problems with
platform SDK (not sure they are fix now).
How long will they be compilable? I don't know. I think it has more to do
with the makefile(s) than with the code it self.
There seems to be a bug in the project updating functions of VS2005/08:
embedded \" char's in the .rc files always made a fatal error to the
resource compiler (rc.exe), e.g.,
"... LONG_NAME="Apache HTTP Server" ..."
If all the inner \" are replaced with \' (namely, """ to "'"),
then the updated project files (.vcproj) will be OK to compile.
Was this part of the problems with the makefile(s)?
Bing