Beta release 1.8.2.1

Beta releases, announcements and anything else that doesn't fit below. Please read the <B>Welcome</B> topic.
Post Reply
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Beta release 1.8.2.1

Post by DPlotAdmin »

Beta versions of DPlot and DPlot Jr are now available. Changes in these releases will primarily be of interest to programmers.

Please note: Licensed users who are not currently using version 1.8.2 of DPlot will need to download and install the latest registered version before installing any of these new beta releases. If you are a licensed user and are not signed up for the mailing list, contact me for the details on obtaining version 1.8.2.

Changes to DPLOTLIB:
  • DPlot_SetErrorMethod allows you to specify how error messages are reported. Default is via OutputDebugString; you can change this to no error messages or MessageBox. In general DPLOTLIB now does a better job of reporting error conditions. This function should be particularly useful to programmers using an environment not specifically mentioned in the DPLOTLIB documentation.
  • DPlot_GetBitmapEx is identical to DPlot_GetBitmap, but additionally returns plot metric information so that the calling program can convert bitmap pixel coordinates to plot space. This can be used, for example, to display X,Y coordinates of the mouse position as the user moves his cursor across the bitmap. The updated btest2 example illustrates this feature. Thanks to Chris Rouleau for the suggestion.
  • DPlot_AddData allows you to add data points to an existing curve and/or create a new curve in an existing document. The new btest3 and ctest3 examples use DPlot_AddData in a real-time simulation.
  • Real-time simulations in C and Visual Basic have been added to the DPLOTLIB distribution. See btest3 and ctest3 examples.
Other:
  • Removed the "Use arrow keys to pan" message from the status bar when zooming. This message was previously locked in for 5 seconds and was an annoyance for many users.
Downloads:
DPlot: http://www.dplot.com/beta/dplotsetup.exe
DPlot Jr: http://www.dplot.com/beta/dplotjr_setup.exe
DPLOTLIB: http://www.dplot.com/beta/dplotlib.zip (DPLOTLIB is included with DPlot Jr; you don't need both)

Edit: Links changed to standard versions, which now include all changes mentioned above.

As always, comments, questions, and criticisms are welcome.

----
David Hyde
Post Reply