>I am using a static DLL in a client application say a
>console application , when the client application is
[quoted text clipped - 5 lines]
>I want to know whether the problem is due different
>version of compiler's at client and server end .
Yes, that's likely to be the issue.
> Is there
>any solution without rebuilding the DLL in .net 2003 .
Only to re-design the interface so that it doesn't pass any heap
allocated parameters across the library boundary - or uses some other
shared common memory allocation that's not compiler dependent.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq