
These demos require an updated DPLOTLIB.DLL, which is included in the .zip file.
I had fits trying to make DPlot_Plot work with VB.NET - the DPLOT structure passed to that function was gibberish. This may eventually be worked out, but for now I've punted: VB.NET programs should call the new function DPlot_PlotNET rather than DPlot_Plot. DPlot_PlotNET, like DPlot_Plot8, takes arrays of Double rather than Single; if this is an unworkable limitation for any VB.NET users please let me know.
This is all very preliminary; you may find that some features which work in VB demos don't work in your VB.NET programs... if so just let me know.
There's at least one curiosity in the .NET demos that has nothing at all to do with DPLOTLIB, but I'd like to figure it out just the same if any .NET gurus have an idea: the Project2 and Project4 demos paint to a picturebox control, and that picturebox is not updated if it is covered/uncovered. I've no idea why as I'm a 2-day VB.NET veteran - any suggestions would be appreciated.
Documentation for new functions is nonexistant other than comments in the source. Docs will be updated in the next full release.
Comments, suggestions, and criticisms are of course welcome.