Konstruktor-Knoten (Constructor Node), Assemblies erstellen
Hallo Sapphira,
Entschuldigung, darf Ich English schreiben? Ich wurde gerne auf Deutsch antworten, aber es ist zu schwer fuer mich.
If you use Visual Studio.net C++, it's unmanaged code, you can create normal DLL and you should not use .net functions in LabVIEw to call this DLL, instead, you can use "Call Library Function Node" under "Advanced" in function palette to call the functions in this DLL. But if you use C#.net to create DLL, it's managed code, this DLL created by C#.net is called .net assembly. To call this DLL, you need first go to LabVIEW menu under Tools->Advanced->.net Assembly References to add a reference for your assembly DLL, after that you can use the .net constructor node to call the functions in this DLL. To learn how to create a C#.net DLL, you may need to learn from microsoft side or C# books.
Hofflich kann ich dir helfen.
Mit freudlichen Gruessen!
Irene
|