05-12-2008 02:06 PM
05-12-2008 07:53 PM
05-13-2008 08:14 AM
Hi Jonathan,
I am in VS 2008. Let me iterate all the options available today to communicate with the PCI 1588 card from a .NET application.
1) Call the C API from C++/CLI through standard function calls by including niSync.h file and linking with niSync.lib
2) Call the C API through PInvoke to niSync.dll <correct?> from C++/CLI, C#, or whatever .NET language. Is there a wiki online for the niSync PInvoke signatures like http://www.pinvoke.net/?
3) Use Measurement Studio to generate C# or VB.NET wrappers around the C API, compile and use them with my application
Is the above list complete? I am not sure #3 is a good solution for me since I am in VS2008.
Thanks!
YeeManB
05-13-2008 08:19 AM