There is a C-Funktion which I use as a DLL. The function is exported by
__declspec(dllexport) uint8_t *SomeFunction(uint8_t *a);
In the respective header file.
The wrapper imports the function with
[DllImport("SomeCFunction.dll", CallingConvention…
I am working in a Project where I have to use the TestStand APIs in a C# (WPF). I have not worked in this area before and I am not able to find any references or materials regarding it.
I want to get 2 inputs from user say x and y using a C# UI.…
I am using LabVIEW 8.5, Testand 4.0 and Windows XP.
I have been using LabVIEW Vi's which call .Net dll( created in v2.0, not strongly typed, and not added in GAC) , and Testand sequences that call these Vi's successfully.
As the version of the dll…
I'm struggling with accessing to the data stored in the XML file from C#. I read a lot of posts - the closest one was here - but still can't get it working.
The xml node looks like below: