I'm following the instructions to install TGUI.NET on my project. These are the instrctions from the 'readme.txt':
"The dlls from the "dotnet" folder have to be added as References in your project.
The dlls from the "c" folder have to be placed next to your executable."
I'm referencing tguinet-0.8.dll on References
and pasting ctgui-0.8.dll and tgui.dll side by side my .exe.
When I try to instantiate a new Gui as here
https://tgui.eu/bindings/dotnet/, I got the error:
System.DllNotFoundException: '
Could not load DLL 'ctgui-0.8.dll': Não foi possível encontrar o módulo especificado. (Exceção de HRESULT: 0x8007007E)'
Help! Wind 10 x 64, Visual Studio 2017, .NET 4.7