Deployment

Beta releases, announcements and anything else that doesn't fit below. Please read the <B>Welcome</B> topic.

Moderator: DPlotAdmin

Post Reply
wombo
Posts: 10
Joined: Thu Feb 19, 2009 3:11 am

Deployment

Post by wombo »

I have a question regarding deployment of an application that uses Dplotlib sending the results straight into our custom VB6 app.

Do you have to seperatly install Dplot Jnr to be able to use Dplotlib. Or is there some way I can just include dplotlib in the deployment and the various registry settings?

Currently I am having no luck getting it running unless I also install Dplot Jnr and wondering if I am missing something that gets fixed when I install Dplot Jnr.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

You need DPlot Jr. All dplotlib.dll does is communicate with DPlot Jr - no graphics. You might find it more convenient to have your own setup program install DPlot Jr, rather than distributing a separate setup. Everything you need to know is shown in the "Notes for DPlot Jr and DPlot Viewer users" topic in the Help file. Online version is here:
http://www.dplot.com/help/index.htm?not ... plot_v.htm
Visualize Your Data
support@dplot.com
wombo
Posts: 10
Joined: Thu Feb 19, 2009 3:11 am

Post by wombo »

Thanks for that, so from what I am reading I have to put all these files in the exact same locations as the computer I build them on?

That inno setup software looks really good, I might use that.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

...so from what I am reading I have to put all these files in the exact same locations as the computer I build them on?
No, not at all. Not sure why you'd ask? If you put DPLOTLIB.DLL in the same folder as the application that calls its functions, it will be found, no problem. DPlot Jr can go anywhere you (or the end user) wants. All you need to do is add the registry entry found in that Help file topic so that DPLOTLIB.DLL can find it.
Visualize Your Data
support@dplot.com
Post Reply