LabView and ROOT

Hi all,
I have a problem with LabView and ROOT.
I would to save data from LabView in a ROOT file, I red the topic:

http://root.cern.ch/phpBB2/viewtopic.php?p=2317&

and I tried to use the VI, but I obtain this error:

and I don’t understand what means.
Do you have any idea?
Thank you
Ciccio

Hi,

You may be using a version of the LabView plugin that was compiled for a different version of ROOT. In particular TFile was move from libCore to libRIO in ROOT v5.16/00. [When using C++ library is almost always necessary to make sure that you use a completely consistent set of library; i.e. you need to use the exact version of ROOT used to build the LabView plugin]

Cheers,
Philippe

Hi,

thank you very much for the answer, now I understand.
Thank you
Bye
Ciccio