1

I wanted to interact COM objects using C (specifically the Word object) but how could I do this?

Mat
  • 202,337
  • 40
  • 393
  • 406
Raven
  • 2,187
  • 7
  • 35
  • 61

1 Answers1

2

You may take a look at COM in Plain C. It illustrates an example C program consuming a COM object that was created earlier.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928