On 10/06/2010, Mladen Turk <mt...@apache.org> wrote:
> 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.
>

Alternatively, it may work if you link the MSVCRT library statically,
rather than as a DLL.
The output DLL will be larger, but it won't have a reference to the
(wrong) MSVCRT DLL.

>  Regards
>  --
>  ^TM
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>  For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

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

Reply via email to