On 03 Jan 2006, at 23:58, Alain Michaud wrote:
plPlotterParams * pl_newplparams (void)
The function "pl_newplparams" is supposed create a structure (record)
and then return some "pointer" to it. The user is not supposed to
access
this data directly, so there is NO reference to "plPlotterPara
> I would appreciate some advice about the following (I try to be clear
> and short!):
>
> I am trying to dynamically link a shared library ("libplot.so" from the
> package: www.gnu.org/software/plotutils ). I do this using "dlopen" and
> "dlsym". Usually it works very well but this time, I do not