On 4/2/10 3:16 PM, Arjen Markus wrote:
> Hi Vince,
> 
> oh, yes, the drivers are also implemented as DLLs. You should copy
> those as well.

If you want to distribute an application with the PLplot library, it
makes sense to disable the dynamic drivers, i.e. set the cmake option
ENABLE_DYN_DRIVERS=OFF

Then all drivers are compiled into the PLplot dll and you've lot less
troubles. Dynamic drivers have some advantages (faster compile times,
you could update only a driver not the whole dll, adding new drivers,
etc.), but for an application using PLplot it's much easier to compile
the drivers into the main library.

Regards,
Werner

> 
> Regards,
> 
> Arjen
> 
> On 2010-04-02 15:12, Vincenzo Urso Miano wrote:
>> Hi
>> I copied dlls , *.fnt and *.pat in the same directory of the exec of
>> the x01f.f example. I executed in another pc.
>> I get the following error:
>> plInitDispatchtable: could not open drivers directory, aborting operation.
>> I copied everything from C:\plplot\lib\plplot5.9.5\driversd in the
>> exec folder. I get the same error.
>> Ideas?
>> thanks
>>
>> 2010/4/2 Arjen Markus <[email protected]>:
>>> Hi Vince,
>>>
>>> you need to supply the DLLs with your applications and a few
>>> data files:
>>> - *.fnt
>>> - *.pal
>>>
>>> or you put them in the same directory as the executable. That
>>> should work as well.
>>>
>>> Regards,
>>>
>>> Arjen
>>>
>>> The location of these files can be set in an environment variable.
>>>
>>> On 2010-04-02 14:41, Vincenzo Urso Miano wrote:
>>>> Hi
>>>> I want to make a graphic application and I want to
>>>> distribute it.
>>>> Do people need to have plplot installed on their pc to see the graphs?
>>>> Thank you
>>>> Vince
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Download Intel&#174; Parallel Studio Eval
>>>> Try the new software tools for yourself. Speed compiling, find bugs
>>>> proactively, and fine-tune applications for parallel performance.
>>>> See why Intel Parallel Studio got high marks during beta.
>>>> http://p.sf.net/sfu/intel-sw-dev
>>>> _______________________________________________
>>>> Plplot-general mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/plplot-general
>>>>
>>> ------------------------------------------------------------------------------
>>> Download Intel&#174; Parallel Studio Eval
>>> Try the new software tools for yourself. Speed compiling, find bugs
>>> proactively, and fine-tune applications for parallel performance.
>>> See why Intel Parallel Studio got high marks during beta.
>>> http://p.sf.net/sfu/intel-sw-dev
>>> _______________________________________________
>>> Plplot-general mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/plplot-general
>>>
>>
>> ------------------------------------------------------------------------------
>> Download Intel&#174; Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> Plplot-general mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/plplot-general
>>
> 
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Plplot-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/plplot-general


-- 
Dr. Werner Smekal
Institut fuer Angewandte Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10/134
A-1040 Wien
Austria
DVR-Nr: 0005886

email: [email protected]  (GPG: EDCAF4A79)
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
       +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to