But when I call this in a C programme the following message pop up,
This version of .......\Visual Studio 2015\Projects\Code1\gnuplot.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Can you suggest any solution ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did you only copy gnuplot.exe to .......\Visual Studio 2015\Projects\Code1\gnuplot.exe ?
But gnuplot.exe depends on th dll files in the bin folder.
1. copy also all files to the ......\Visual Studio 2015\Projects\Code1\
or
2. set path to (gnuplot install dir)\bin
Last edit: Tatsuro MATSUOKA 2019-09-13
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did ou only copy gnuplot.exe to .......\Visual Studio
2015\Projects\Code1\gnuplot.exe ?
But gnuplot.exe depends on th dll files in the bin folder.
1. copy also all files to the ......\Visual Studio 2015\Projects\Code1\
or
2. set path to (gnuplot install dir)\bin
Thanks
Now I could able to open gnuplot direct from a cpp programme but It just
open not run the .txt file to plot the data.
Can you suggedt what error I am doing
Ingiven command line
system("\ start wgnuplot >> mycmdnn2.txt -persist");
Yes , I tried but still says that It is 16bit app and compitable with
windows 64 bit version .
Any other possiability ?
On Fri 13 Sep, 2019, 6:59 AM Tatsuro MATSUOKA,
tmacchant@users.sourceforge.net wrote:
Did ou only copy gnuplot.exe to .......\Visual Studio
2015\Projects\Code1\gnuplot.exe ?
But gnuplot.exe depends on th dll files in the bin folder.
1. copy also all files to the ......\Visual Studio 2015\Projects\Code1\
or
2. set path to (gnuplot install dir)\bin
Dear Sir
I downloaded and installed gp527-win64-mingw.exe.
But when I call this in a C programme the following message pop up,
This version of .......\Visual Studio 2015\Projects\Code1\gnuplot.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Can you suggest any solution ?
How do you call gnuplot?
The below is an example using "pipe" ;
Last edit: Tatsuro MATSUOKA 2019-09-11
What version of Windows are you using?
Can you excute gnuplot.exe directly?
Yes but not through cpp by system () command in windows 10 pro 64 bit
Your suggested programme not working
On Wed 11 Sep, 2019, 12:58 PM Tatsuro MATSUOKA, tmacchant@users.sourceforge.net wrote:
Did you set path to where gnuplot.exe is placed?
Sorry.
VC does not have popen nor pclose but has _popen and _pclose.
I do not have GUI version VC and I tried the below command line version VC 2019.
Last edit: Tatsuro MATSUOKA 2019-09-13
Did you only copy gnuplot.exe to .......\Visual Studio 2015\Projects\Code1\gnuplot.exe ?
But gnuplot.exe depends on th dll files in the bin folder.
1. copy also all files to the ......\Visual Studio 2015\Projects\Code1\
or
2. set path to (gnuplot install dir)\bin
Last edit: Tatsuro MATSUOKA 2019-09-13
Yes , I tried but still says that It is 16bit app and compitable with
windows 64 bit version .
Any other possiability ?
On Fri 13 Sep, 2019, 6:59 AM Tatsuro MATSUOKA, tmacchant@users.sourceforge.net wrote:
Thanks
Now I could able to open gnuplot direct from a cpp programme but It just
open not run the .txt file to plot the data.
Can you suggedt what error I am doing
Ingiven command line
system("\ start wgnuplot >> mycmdnn2.txt -persist");
Regards
On Tue 17 Sep, 2019, 3:45 PM veerendra singh, veerenyadav@users.sourceforge.net wrote:
I could not understand what you want do.
Do you want save plot date to text file?
If so, please consult "set table" in the help.
Or
do you want plot a data file "foo.txt" like
Last edit: Tatsuro MATSUOKA 2019-09-18