07-11-2009 07:04 PM
Hi,
I need to access to a C (not C#, just C) project. It generates events.
I have found something about .NET in C#, a Marshal class which is very useful. This is what I was looking for.
Thanks for your assistance,
Mauricio
07-13-2009 10:41 PM
Hello Mauricio,
Could you post a link to the article you were reading about .NET in C#? Also, what type of event does your code generate? To my knowledge there are only three types of events in LabVIEW as described in my previous post. Finally, was there anything else wrong with the article that you found besides the fact that it uses C# instead of C?
07-13-2009 11:19 PM
Hi Burt,
Maybe I used the word 'event' in a wide sense. Sorry for that.
The autor said:
"...This article has outlined a relatively simple way to directly execute a LabVIEW VI through a C style function pointer without having to write C or C++ code...".
Regards,
Mauricio