Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-08 Thread Andy Wang
Mladen Turk wrote: All higher MSVCRT versions has dependency on MSVCRT.dll so if you build against that you have assurance that CRT functions will come from the same CRT library regardless of the version used. I know that stdio functions have problems, so if like mod_jk the module uses them for l

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Mladen Turk
Andy Wang wrote: Rainer Jung wrote: Ahh. I see, I think maybe I was misunderstanding Mladen then. I thought that just building with VS2005 would result in some level of multiple msvcrt library confusion. If, we build our own Apache, and our own mod_jk, and our own everything else up the t

RE: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Martin Gainty
kippdata.de > To: users@tomcat.apache.org > Subject: Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio > 2005 > > On 04.06.2009 01:33, Andy Wang wrote: > > Hi all, > > I was able to get mod_jk building fine using Makefile.vc, but couldn't > > get

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Andy Wang
Rainer Jung wrote: Mladen might like to elaborate more, but in short: MS binaries need a Microsoft Visual C++ Runtime library to run with. Those are called msvcrt. The library version used is determined during the dynamic linking done with visual studio. Now if you use an extensible application

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Rainer Jung
On 05.06.2009 16:43, Andy Wang wrote: > Mladen, Rainer, > Thanks for pointing out the crlf thing, I discovered that myself last > night and was going to update this thread this morning but you beat me > to it. :) > > I just automatically, use the tarballs since I'm normally a Unix guy. I > figur

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Andy Wang
Mladen, Rainer, Thanks for pointing out the crlf thing, I discovered that myself last night and was going to update this thread this morning but you beat me to it. :) I just automatically, use the tarballs since I'm normally a Unix guy. I figure this out when I inadvertently used the Apache

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-05 Thread Rainer Jung
On 04.06.2009 01:33, 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)

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-04 Thread Mladen Turk
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. If you are using HTTPD binaries from ASF use the Visual Studio 6 and Platform SDK (Windows 2003 R2 inclusive) VS 2005 will force usage of MSVCRT71

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-04 Thread Mladen Turk
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 200

Re: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-04 Thread Andy Wang
To: users@tomcat.apache.org Subject: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005 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

RE: tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-04 Thread Martin Gainty
t obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 3 Jun 2009 18:33:22 -0500 > From: aw...@ptc.com > To: users@tomcat.apache.org > Subject: tomcat-connectors

tomcat-connectors mod_jk.dsp file will not load in Visual Studio 2005

2009-06-03 Thread Andy Wang
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