Issac Goldstand wrote: > I think it's the compilers that come with vs 2005 express editions.
Then the answer I suppose is ... yes. 2005 compiles are working fine. FWIW, if you are trying to build from the GUI - that's it's own can of worms, it mis-parses the RC flags from the .dsp upon conversion. You can preparse these into a nonsensical flavor using apr/build/cvtdsp.pl. Building 2.2.4 from the -win32-src.zip's command line makefiles (or just Makefile.win) should work just fine if you've set up the compiler tool paths correctly. Bill