Andy Wang wrote:
Hi all,
I was able to get mod_jk building fine using Makefile.vc, but couldn't get the .dsp file loaded into Visual Studio 2005. Anyone know if there's a trick to this, or should I just not care (it does build and seem to work fine with the Makefile).

When Visual Studio 2005 tries to convert mod_jk.dsp to the newer format it complains with a
"Cannot load the project due to a corrupt project file"


Preferred method is to use the Makefile.vc, However
you probably have Unix line endings (LF).
Convert the .dsp to DOS line endings (CR-LF) by
some editor that can do that or some unix2dos
utility. IMO the .zip source files should have
.dsp's with CRLF line endings.


Regards

--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to