TED]
Sent: Sunday, October 28, 2007 15:15
To: 'Tomcat Developers List'
Subject: RE: Rebuilding isapi_redirect.dll
The errors you're getting are classic Runtime Library mismatches -
everything you're linking together needs to be compiled with the same
setting (you've got the
Original Message-
From: Dan Burton [mailto:[EMAIL PROTECTED]
Sent: Sunday, 28 October 2007 10:36 a.m.
To: Tomcat Developers List; [EMAIL PROTECTED]
Subject: RE: Rebuilding isapi_redirect.dll
Tim -
Thanks very much for the response and the project file. Unfortunately,
this doesn't s
might be able to get some more info about what's going wrong
through the log, but my built version of the DLL doesn't log anything
regardless of the configuration.
Thanks again for any help,
-Dan
-Original Message-
From: Tim Whittington [mailto:[EMAIL PROTECTED]
Sent: Saturday, Octob
The errors sound like what you get when you build with VC2005 with the DLL
C runtime, but don't install the VC8 runtime on the IIS server.
Changing your runtime settings (to Multithread) should fix that.
I've attached the project I use to build the ISAPI DLL - it might help.
tim
-Original Me