Hi,
I want to write COM Add-in for Word 2000 which uses MFC.
I've found an add-in example but it's not MFC DLL.
I tried to append MFC classes to this add-in but it didn't work (afxCurrentResourceHandle is NULL - I think some objects are not initiated :-(().
What should I do to write an MFC COM add-in ?. I generally have problems with connection of MFC DLL and typical C++
COM add-in model which bases on IDTExtensibility2 class and related.
Do You know where can I find examples ???
Regards,
Marcin
I want to write COM Add-in for Word 2000 which uses MFC.
I've found an add-in example but it's not MFC DLL.
I tried to append MFC classes to this add-in but it didn't work (afxCurrentResourceHandle is NULL - I think some objects are not initiated :-(().
What should I do to write an MFC COM add-in ?. I generally have problems with connection of MFC DLL and typical C++
COM add-in model which bases on IDTExtensibility2 class and related.
Do You know where can I find examples ???
Regards,
Marcin