Hi, Im using Visual Studio Community 2017 Edition.
I have installed the PLPlot from brew.
All libraries have been added to the Cellar and system paths.
When running the example code for C# the following error happens:
System.DllNotFoundException has been thrown plplot
Line:
// create PLplot object
PLStream pl = new PLStream();
I have on my bash profile:
export LD_LIBRARY_PATH="/usr/local/Cellar/plplot/5.14.0_1/lib"
Any ideas what can be missing?
Thank you.