LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

.NET WPF and Labview are boggling my brain

Does this mean I can't do what I want?

 

No. I mean you might want to just skip create constructor.  Go directly to property/invoke node.

 

George Zou
0 Kudos
Message 11 of 32
(1,905 Views)

Without a constructor to make an object, what reference do I feed to the invoke and property nodes?

0 Kudos
Message 12 of 32
(1,902 Views)

You don't.

 

George Zou
0 Kudos
Message 13 of 32
(1,899 Views)

Just config an invoke node like a constructor.

 

You can get a system color like this, without constructor.

zou_0-1611700379122.png

 

 

George Zou
0 Kudos
Message 14 of 32
(1,896 Views)

This assembly depends on a module called RapidCode (yes seriously, that is not a joke) that you did not include in your post. Not sure what it exactly is, it could be a functional DLL or another assembly DLL.

Without that it definitely fails to be loaded.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 15 of 32
(1,890 Views)

Hi again, thanks for your help!

I do not know C# well enough to understand why dependency on a module could be a joke.  How did you discover that? I'd like to follow up on my own.

 

0 Kudos
Message 16 of 32
(1,853 Views)

Download Dependencies from here: https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip

 

Then put it somewhere on your computer and startup the DependenciesGui.exe program in there. And then put your DLL in there (just drop it on the window from an Explorer window).

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 17 of 32
(1,838 Views)

Well that is interesting.  DependenciesGUI does not find any dependencies in the rapidcode64.net.dll at all.

0 Kudos
Message 18 of 32
(1,827 Views)

Did you download the file? Go into explorer and right click on the DLL. Display the properties dialog. Do you have a checkbox on the first tab saying Unblock this file? Check that, confirm and try again.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 19 of 32
(1,814 Views)

Does this version of Dependencies work on Win7?

I got an error when I drop any dll on the window.

image.png

 

George Zou
0 Kudos
Message 20 of 32
(1,808 Views)