G
Guest
Hi,
I've read the article at
http://msdn2.microsoft.com/en-us/library/ms235211.aspx
about how to compile MFC/ATL code, but I still have one question unanswered:
Should I have the
CComModule _Module;
definition and the
CInitInstance()
code compiled as manages or as unmanaged code?
Thanks for any help,
Genady
I've read the article at
http://msdn2.microsoft.com/en-us/library/ms235211.aspx
about how to compile MFC/ATL code, but I still have one question unanswered:
Should I have the
CComModule _Module;
definition and the
CInitInstance()
code compiled as manages or as unmanaged code?
Thanks for any help,
Genady