Search found 12 matches

by PCJimmmy
Sat Apr 06, 2013 7:08 pm
Forum: General discussion
Topic: NANs in your text files?
Replies: 7
Views: 24590

NaN Issues with Visual Basic 2012 Express

David Getting an error that kills DPlot when sending XYZ data using DPlot_Plot8 that contains NaN - Z values were the NaN's. It was low on my list of things to fix but I had the issue in both the x86 and more recently x64 libraries. As you know I needed to change my data array when I started using t...
by PCJimmmy
Sat Apr 06, 2013 7:06 pm
Forum: General discussion
Topic: NANs in your text files?
Replies: 7
Views: 24590

NaN Issues with Visual Basic 2012 Express

David Getting an error that kills DPlot when sending XYZ data using DPlot_Plot8 that contains NaN - Z values were the NaN's. It was low on my list of things to fix but I had the issue in both the x86 and more recently x64 libraries. As you know I needed to change my data array when I started using t...
by PCJimmmy
Sat Apr 06, 2013 7:06 pm
Forum: General discussion
Topic: NANs in your text files?
Replies: 7
Views: 24590

NaN Issues with Visual Basic 2012 Express

David Getting an error that kills DPlot when sending XYZ data using DPlot_Plot8 that contains NaN - Z values were the NaN's. It was low on my list of things to fix but I had the issue in both the x86 and more recently x64 libraries. As you know I needed to change my data array when I started using t...
by PCJimmmy
Sat Apr 06, 2013 7:05 pm
Forum: General discussion
Topic: NANs in your text files?
Replies: 7
Views: 24590

NaN Issues with Visual Basic 2012 Express

David Getting an error that kills DPlot when sending XYZ data using DPlot_Plot8 that contains NaN - Z values were the NaN's. It was low on my list of things to fix but I had the issue in both the x86 and more recently x64 libraries. As you know I needed to change my data array when I started using t...
by PCJimmmy
Thu Sep 06, 2012 1:49 pm
Forum: General discussion
Topic: Windows 8
Replies: 3
Views: 14351

Windows 8

Just installed Windows 8 Release Preview. Wanted to see what issues might exist if I purchased and installed the OS when it comes out shortly. I am currently writing a VS2010 program that models optics in new windshield designs. I am using Dplot with an eventual need for around 30 plots for various ...
by PCJimmmy
Wed May 13, 2009 8:30 am
Forum: General discussion
Topic: Windows 7 RC
Replies: 1
Views: 9256

Windows 7 RC

Just a FYI. Started Dplot install and use on Windows 7 RC today. No issues seen. Will be trying it out pretty strongly over the next couple of days - will let you know how it runs in 64 bit Win 7 version.
by PCJimmmy
Mon Mar 30, 2009 2:21 pm
Forum: Basic
Topic: DPLOTLIB in 64-bit Vista - does it work?
Replies: 12
Views: 82185

Options

Took a while but finally found how to turn on the Configuration Manager so that I could build my program for x86. Once I made that change all of the Dplot libraries that I am using work on my 64bit machine. Still need to get to the production machine which is 32 bit and make sure it still works ther...
by PCJimmmy
Sat Mar 28, 2009 10:00 am
Forum: Basic
Topic: DPLOTLIB in 64-bit Vista - does it work?
Replies: 12
Views: 82185

Try executable

Published an executeable from VB2008. It does have same error - only it occurs earlier. The executable fails when the program does the SetErrorMethod step which occurs during initial program loading. In the IDE it gets past that step for some reason and does not fail until I attempt a plot. An execu...
by PCJimmmy
Wed Mar 25, 2009 10:51 pm
Forum: Basic
Topic: DPLOTLIB in 64-bit Vista - does it work?
Replies: 12
Views: 82185

DPLOTLIB in 64-bit Vista - does it work?

Dplot works fine in my new 64-bit Vista PC. However, my VB2008 Express program which ran well on my 32-bit Vista PC now crashes on the new PC. None of the 5 programs supplied in the download (btest1, btest2....) will work either. When one of the dplotlib routines are called the following error messa...
by PCJimmmy
Thu Mar 05, 2009 12:07 am
Forum: Basic
Topic: Define Boundary from VB2008 ?
Replies: 1
Views: 14475

Define Boundary from VB2008 ?

I am generating data in VB2008 that results in contour plots that have concave and convex edges. Once the plot is generated I can use Options/Define Boundary to clean up these edges. I dont seem to find a command that will let be define the bondary from my VB program. Am I just blind or does no such...
by PCJimmmy
Tue Jan 13, 2009 12:01 am
Forum: Basic
Topic: Initial contour data is 0,0,0 rather than my data.
Replies: 3
Views: 18908

You Nailed It

All values were greater than 0 - a lot of them were 0 so I did have the option to make one of them negitive, but did not need to go to that workaround. I am processing photographic images so my d.maxpoints was set to the width*height of the image. But I don't act on all the pixels in the image or wa...
by PCJimmmy
Mon Jan 12, 2009 3:53 pm
Forum: Basic
Topic: Initial contour data is 0,0,0 rather than my data.
Replies: 3
Views: 18908

Initial contour data is 0,0,0 rather than my data.

I built a VB.2008 application based on the VB project1 example. I create the dataset of values. When Dpot generates the contour plot my initial data value becomes the 2nd data item, with 0,0,0 as the first. I have confirmed that i is equal to zero when the first node values are set. code for setting...