08-27-2009 07:44 AM
08-28-2009 01:45 PM
Chucky,
There is no wizard to convert from a Visual C++ project to a LabWindows/CVI project since CVI compiles C code and therefore would not be able to convert the C++ code down to C code. However, you can create a .dll or a .NET assembly with Visual Studio using your existing code in Visual Studio (C++, C#, whatever you're using). From there you can call the DLL in CVI or you can create a .NET controller in CVI to use your .NET assembly in your CVI code.
08-28-2009 01:56 PM
08-31-2009 10:16 AM