Labwindows CVI and OO ActiveX (follow)

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
EddyAtBordeaux
Posts: 1
Joined: Tue Apr 21, 2015 4:19 pm

Labwindows CVI and OO ActiveX (follow)

Post by EddyAtBordeaux »

Hi,
Is there a way to work with Open Office through the ActiveX control with National Instruments IDE "LabWindows CVI" ?
NI provide fp instrument to drive Word and Excel.
I read the previous post (year 2008) on this subject, and the reply were take a look at " http://udk.openoffice.org/common/man/tu ... ation.html "
My problem is that these pages concern .NET. For exemple, to create an object the simple command WScript.CreateObject("excel.application") is enough.
But, with standard C in CVI, we have to use CA_CreateObjectByClassIdEx() with a argument
clsid = {0x24500, 0x0, 0x0, 0xC0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x46} to open Excel for exemple.
Is anyone has developed an instrument driver for CVI, or is there information for driving Oo calc with C automation ?
thanks
open office 4.1.1 on W7
Post Reply