DPlotJR is not a "registered" DDE server?

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
Frank Rice
Posts: 3
Joined: Thu Mar 02, 2006 7:54 pm

DPlotJR is not a "registered" DDE server?

Post by Frank Rice »

Hello, I would like to use DPlotJR as a DDE server with National Instruments LabVIEW 8 as the client. Unfortunately, I seem to be only able to access DDE servers which have registered themselves with Windows XP. LabVIEW sees these servers as ActiveX objects. Can DPlotJR be registered as an ActiveX server object? I can initiate a link with Microsoft GRAPH, but not with DPlotJR!

Thanks in advance for any help you can offer!
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

I'm not very familiar with LabVIEW so I'm not sure how much help I'll be here. DPLOTLIB doesn't use ActiveX and there's nothing to register. It does use DDE but that's all transparent to the calling application. If you can call standard Windows DLLs (for example, any normal Windows API functions) from LabVIEW then you should be able to call functions in DPLOTLIB.DLL. You'll probably need to define the interface to the DPLOTLIB functions somewhere, as is done in the C, VB, and FORTRAN example programs. But unless LabVIEW really is restricted to calling ActiveX stuff only (and I'd be very surprised if that is the case) then you should be able to do this.
Visualize Your Data
support@dplot.com
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

After re-reading your post I realize I've jumped ahead of your question. As with DPLOTLIB.DLL, DPlot Jr does not use ActiveX. So that route may be closed to you. But you should be able to do most anything that you'd normally do through DDE by calling functions in DPLOTLIB.DLL.
Visualize Your Data
support@dplot.com
Frank Rice
Posts: 3
Joined: Thu Mar 02, 2006 7:54 pm

Post by Frank Rice »

Thanks, I should be able to access dplotlib.dll; The dplotlib.dll documentation refers to data type "int". How many bytes in this integer data type?

Best regards.
Frank Rice
Posts: 3
Joined: Thu Mar 02, 2006 7:54 pm

Post by Frank Rice »

Oops, disregard my last message; I found what I needed in the HTML docs, not the readme PDF.
Post Reply