Search found 8 matches

by garumble
Wed Mar 16, 2011 12:43 pm
Forum: C, C++, C#
Topic: DDEML error in Vista
Replies: 2
Views: 15408

Ugh, fidgety fingers, make that 0x00004009.
by garumble
Wed Mar 16, 2011 12:42 pm
Forum: C, C++, C#
Topic: DDEML error in Vista
Replies: 2
Views: 15408

DDEML error in Vista

I'm running an application that calls dplotlib. It works in XP, but generates a dialog box in Vista: DDEML error, code=0x000040009.

The command completes and outputs a file, but I can't automate because it requires user intervention due to the dialog box.

I installed the latest dplot jr.

Any ...
by garumble
Wed Nov 24, 2010 6:16 pm
Forum: C, C++, C#
Topic: Dplot Jr difference between versions
Replies: 6
Views: 23712

Yes, there are two graphs one with the legend, and one without. When I minimized the one in front I see the other.

The previous version only generates one graph.

No idea why, but the lines are getting set to the correct colors now.

I'll add the line width setting to the code and remove one of the ...
by garumble
Tue Nov 23, 2010 1:43 pm
Forum: C, C++, C#
Topic: Dplot Jr difference between versions
Replies: 6
Views: 23712

There is no default.set file that I can find. I looked in both All Users and my named directory.

How do I send you the source files?
by garumble
Mon Nov 22, 2010 2:22 pm
Forum: C, C++, C#
Topic: Dplot Jr difference between versions
Replies: 6
Views: 23712

Dplot Jr difference between versions

Something has happened to Dplot Jr between the two versions I have installed. I'm using the same C# code to send data to the application and on version 2.2.6.7 I get a legend and thin lines in the colors I specified. In version 2.3.0.3 I get thick lines in some default color and no legend.

Can you ...
by garumble
Sun Jun 14, 2009 4:26 pm
Forum: C, C++, C#
Topic: Web Form using C#
Replies: 5
Views: 24129

It isn't hung in a loop and it doesn't crash. It makes the call to the dll:
DocNum = dplot.DPlot_Plot8(ref dp, ref x[0], ref y[0], cmds);

and never returns. It's very strange.

Eventually the process is killed by the system, but that's literally several minutes.

I can pull together the source ...
by garumble
Sun Jun 14, 2009 1:52 am
Forum: C, C++, C#
Topic: Web Form using C#
Replies: 5
Views: 24129

Web form in C#

All but BTEST2 run. It complains about a missing dll: MSVBVM50.DLL.
by garumble
Thu Jun 11, 2009 6:36 pm
Forum: C, C++, C#
Topic: Web Form using C#
Replies: 5
Views: 24129

Web Form using C#

I used to be able to plot graphs, but I changed operating systems and it no longer seems to work. I was running under Windows 2000, but now am using Server 2003.

When my code makes the call to the dll, it never returns.

Any ideas on what I can do to troubleshoot this?

DplotJr is installed and ...