Chris Kukuchka wrote: > Hello, > > I am trying to compile a module against the Apache 2.2.4 codebase using > Visual C++ .NET. The compile stops with an error "fatal error RC1107: > invalid usage." From what I can tell, I am having trouble with the > resource compiler not liking some extra quotes. Is there a way to fix > this or does this version require a new compiler?
First start from scratch, or del /s *.vcproj and del *.sln - you must get rid of them in the httpd-2.2.4 tree. Then, from the 2.2.4 tree... perl srclib\apr\build\cvtdsp.pl -2005 is the magic you need. Bill
