On 06/10/2010 06:02 PM, vini mr wrote:
i build the .dll on windows xp 32 bit using Microsoft Visual studio 2008 with complier version 6.0.
Use Visual Studio 6sp5 and Windows 2003R2 Platform SDK. This combination of tools was used for building the official binaries.
now when i use this dll which was build. i am noticing its not working fine and only blank page is being displayed.
Like said, the produced .dll is probably linked with higher MSVCRT version (caused by using VS2008) then the one IIS uses. Now, your .dll injects that higher MSVCRT inside the IIS process, and everything starts to fall apart. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org