Search found 4 matches

by WALnicholson
Thu Oct 18, 2012 2:47 am
Forum: Suggestions/Questions
Topic: Maximum number of curves
Replies: 3
Views: 14296

It's not that big the data is floats so in ram the data by itself is 0.7 of a gb for 100,000 curves. Can easily have 100gb of ram on a machine. I don't necessarily want to plot it all at once but as I'm wrapping it up in a gui it would be nice to know if someone does decide to plot it all its not ...
by WALnicholson
Wed Oct 17, 2012 1:13 pm
Forum: Suggestions/Questions
Topic: Maximum number of curves
Replies: 3
Views: 14296

Maximum number of curves

What's the maximum number of curves I can load into a dplot using the dplotlib.dll? I've a large number of curves to plot though they are all quite small being 1000 data points and have a fixed dx however I may have 10-100 thousands of them.
by WALnicholson
Thu Aug 23, 2012 3:32 pm
Forum: C, C++, C#
Topic: integrating dplot into an mfc program
Replies: 3
Views: 61852

I'm still having the same error popup.
"The program requires DPlot or DPlotjr version 2.1.5.0 or later you are currently using
DPlot None
DPlotJr None
"

I've added the registry entry SoftwareDPLOT\DPLOTLIB\FOLDER
and Software\DPLOTJR\shell\open\command.

Any thoughts?
by WALnicholson
Tue Aug 21, 2012 2:48 pm
Forum: C, C++, C#
Topic: integrating dplot into an mfc program
Replies: 3
Views: 61852

integrating dplot into an mfc program

I'm having a problem with a mfc program I'm building which uses dplot jr.
My issue comes once a user has installed the program if they haven't already used the dplotjr.exe then dplotlib.dll throws an error about not knowing which version of dplot it's using. Once they have opened dplotjr.exe once ...