Re: [Plplot-general] PLplot running in Netbeans IDE on 64-bit Windows

2014-04-04 Thread neil
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

Re: [Plplot-general] PLplot running in Netbeans IDE on 64-bit Windows

2014-03-28 Thread neil
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

Re: [Plplot-general] PLplot running in Netbeans IDE on 64-bit Windows

2014-03-27 Thread Schwartz, Steven J
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

[Plplot-general] PLplot running in Netbeans IDE on 64-bit Windows

2014-03-27 Thread neil
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