08-24-2006 11:25 AM
08-24-2006 11:35 AM
08-24-2006 04:21 PM
08-27-2006 02:55 PM
Can anyone give a tip or suggestion? One doc or link where I could start wrote c# into labview 8?
And is it essential, that I have c# installed?
Thanks.
08-28-2006 05:06 AM
Hi marcoadf,
You can find a usefull example of using c# ith LabView :
find exemple >> .net >> calculator.vi
You just need to have a .net framework installed on your computer.
regards,
08-28-2006 11:31 AM
08-28-2006 01:16 PM
08-28-2006 01:42 PM
All I was saying is that you dont need a c# development environment if your c# code is already a .net dll/assembly (these assemblies are language independent), you can call this from labview using the .net tools. If you make an executable you should make sure that the distributed code also installs the dll needed (I dont know if this is automatic in the application builder)
Paul
08-28-2006 02:02 PM
09-04-2006 12:41 PM