Steven,
Thank you for your help. I used the make in Netbeans to create the
executable, then I exited from Netbeans, and put the dll's from the PLplot
sourceforge download into the same directory as the executable. Opening a
cmd window I was then able to run the executable by just typing the name o
Steve,
Well in Netbeans under File, Project Properties, Run you can set the Console
Type to External Terminal. However, this only works when you run the
debugger, I'm trying to find out how to run it just normally.
Just another question, do you use Mingw or Mingw-w64? I'm on a 64-bit
Windows 7 OS
Neil,
Sorry I can't help with Netbeans although I have recently installed it. Have
you tried using an external console rather than the internal Netbeans one?
> If i wanted to run the example programs outside of Netbeans, just so
> see if i could get this program working under Windows, what woul
Dear Community,
I'm trying to get PLplot to run in the Netbeans IDE on 64-bit Windows.
(Netbeans i'm using for my software development.) Outside of Netbeans I've
used the Cmake GUI to build the PLplot static and dynamic libraries. I've
then linked the libraries into the Netbeans project. The Ne