I gave this some thought and will probably give this a shot in my next go at
it - Thanks for the reply.
> I don't know how much this helps but I'm curious what would happen if
> MFC library is statically linked in debug mode.
[quoted text clipped - 5 lines]
>
> Ramsey
jlea - 31 Jan 2005 22:48 GMT
I got everything to play together by setting Use MFC as a Shared DLL and
using /MD throughout on all the components that go into building the .NET
assembly. I'd rather use Use MFC as a Static Library but perhaps creating a
DLL assembly with MFC requires the Shared version of MFC. It seems to work
so I'm moving on. Thanks all for the comments. Jon.
> I gave this some thought and will probably give this a shot in my next go at
> it - Thanks for the reply.
[quoted text clipped - 8 lines]
> >
> > Ramsey