What is the best way to call MSWord from C++
- by Oops
Hi,
my question is: What is the best way to call MSWord from C++
I never did this before. I always used VB6 and the Word-COM-Library:
C:\Program Files\Microsoft Office\OfficeXX\MSWORD.olb
resp:
"Microsoft Word XX.0 Object Library"
how should I use/call Word from C++ (VS2010) ?
should I use .NET ? (C++CLI)
do you have a good step by step explanation?
regards and many thanks in advance
Oops