01-26-2021 03:47 PM
> 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.
01-26-2021 04:25 PM
Without a constructor to make an object, what reference do I feed to the invoke and property nodes?
01-26-2021 04:30 PM
You don't.
01-26-2021 04:34 PM
Just config an invoke node like a constructor.
You can get a system color like this, without constructor.
01-26-2021 05:07 PM
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.
01-28-2021 02:39 PM
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.
01-28-2021 04:45 PM
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).
01-28-2021 05:18 PM
Well that is interesting. DependenciesGUI does not find any dependencies in the rapidcode64.net.dll at all.
01-28-2021 06:09 PM - edited 01-28-2021 06:10 PM
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.
01-28-2021 06:40 PM
Does this version of Dependencies work on Win7?
I got an error when I drop any dll on the window.