In general, the restrictions on doing this are so severe that it isn't
generally worth trying. For instance, the VC7 code will use a different (and
incompatible) version of MFC. And VC7 uses a different version of the C
Runtime, which causes grief if you try to allocate memory in the DLL and
free it in the user (or vice versa).
Bob Milton
> Hi,
>
[quoted text clipped - 6 lines]
> Thank you for any help.
> Jian