12-21-2005 08:56 AM
12-21-2005 09:05 AM
12-21-2005 09:16 AM - edited 12-21-2005 09:16 AM
I'm sorry, my question was a bit to vague. My template is in an actual Type Library file (tlb) that I wrote in C++. I can access methods and properties with an automation reference, but I can't seem to find how to access an interface. In C++, you add a ATL object (Active Template Library... I think), and then you can access different interfaces. Here's a link on how to do this in C++:
I would like to know how to do this in LabVIEW if its possible.
Thanks
Message Edited by NahoY on 12-21-2005 09:16 AM
12-21-2005 09:35 AM
12-21-2005 11:16 AM
12-21-2005 01:14 PM
12-21-2005 03:05 PM
12-21-2005 03:30 PM
12-21-2005 05:04 PM
12-22-2005 11:35 AM
Thanks for the hel Lycangeek,
but I was looking for a way to implement the interface. Too bad its not possible in LabVIEW, I think its the first time I run into that kind of problem.
Thanks again for the help.