C
chrispost
I have an Outlook Add-in that I've written in C++ (VC7). It works
fine when running in Outlook XP on Windows XP and Windows 2000.
However, when running on Windows 98, Outlook XP doesn't recognize the
Add-in and will not allow me to load it through the COM Add-in
manager. It doesn't display any error messages it just doesn't load.
I thought the problem might be that the Add-in was compiled to use
Unicode, so I recompiled it to MBCS, and Not Set, it still didn't
work. Any suggestions would be greatly appreciated. Thanks in
advance.
Chris
fine when running in Outlook XP on Windows XP and Windows 2000.
However, when running on Windows 98, Outlook XP doesn't recognize the
Add-in and will not allow me to load it through the COM Add-in
manager. It doesn't display any error messages it just doesn't load.
I thought the problem might be that the Add-in was compiled to use
Unicode, so I recompiled it to MBCS, and Not Set, it still didn't
work. Any suggestions would be greatly appreciated. Thanks in
advance.
Chris