Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

XML for system configuration

I would like to use XML for system configuration. I am developing software in LabWindows/CVI. What's the best way to handle XML file. Please help me. Thanks. Sang
0 Kudos
Message 1 of 2
(3,066 Views)
There is currently not any CVI library for working with XML files. For now, I recommend using the ActiveX Controller Wizard to generate an .fp from MSXML and using the generated interface. To do this, go to the "Tools->Create ActiveX Controller..." menu item, then select "Microsoft XML" (with whichever version is the highest) from the ActiveX server list, then finish the rest of the steps in the wizard. There's a lot of documentation for MSXML in the MSXML SDK.

- Elton
0 Kudos
Message 2 of 2
(3,066 Views)