Brian, thank you for replying.
I went to pinvoke.net and (unfortunately) got lost. Yes, I am a newbie
.
I guess what I want to know is the difference between using Visual C++ and C# when it comes to calling a labview DLL.
My knowledge about using Visual C++ to call a labview DLL could be summarized using the following example:
This example is very simple (you don't pass or get data to the DLL ). However, I am assuming that if I need to call a labview dll in Visual C++, I should include the same *.h files (basically, I would have the same setup). Now, I don't think that I can use these *.h files in C# and expect them to work (though I have not tried).
What do you think?