12-01-2009 08:44 AM
12-02-2009 12:09 AM
Hi Roby,
I could not quite understand what you are asking: Creating a DLL in LabWindows, or using it in VS2008?
The NI documentation already explains the steps for making a DLL out of your code.
There are also sample projects in CVI directory about this.
CVI creates Win32 DLLs and you can use them in .NET environment.
However they are not treated as "managed" code. So, be careful.
Hope this helps,
12-02-2009 03:18 AM