|
From: Joachim W. <wu...@cr...> - 2002-12-12 17:40:20
|
Well, for almost every problem there is some clue somewhere
in the source code ... in the present case in plargs.c in=20
the comment to opt_drvopt(). The solution is: use only one
call of=20
plSetOpt("drvopt", "<name>=3D<value>[,<name>=3D<value>]");
It works, but it is one more undocumented feature, and you
certainly agree that a clean solution should look otherwise.
- Joachim
=20
|