|
From: Joachim W. <wu...@cr...> - 2002-12-05 16:18:56
|
My application program activates plplot through the following
commands:
plsdev("win3");
plSetOpt("np", "");
plSetOpt("hwnd", (char*)anypointer);
plinit();
Apparently, the plSetOpt commands make no effect.
Nor is there an error message for the "no pause" option
(which seems not to be implemented), neither do I succeed
in confusing the system through nonsensical pointer args
to the "hwnd" option, which is explicitely foreseen in
win3.cpp.
|