C
Cord
Our MFC-Application (VS 2003) automates Winword (2000, XP, 2003 or 2007) for
an in-process function call to our Word COM-Addin (VB 6)
On some customer systems the function call GetCOMAddins in our
MFC-Application throw an exception instead getting the collection of
COMAddins.
Word::_ApplicationPtr pWordApp ->
- Word::_ApplicationPtr generated from the wrapper of msword9.olb (Word
2000),
- pWordApp ist a valid Application Pointer to a running Word instance (other
functions like Visible, Activated() run without problems)
Any idea?
an in-process function call to our Word COM-Addin (VB 6)
On some customer systems the function call GetCOMAddins in our
MFC-Application throw an exception instead getting the collection of
COMAddins.
Word::_ApplicationPtr pWordApp ->
- Word::_ApplicationPtr generated from the wrapper of msword9.olb (Word
2000),
- pWordApp ist a valid Application Pointer to a running Word instance (other
functions like Visible, Activated() run without problems)
Any idea?