People,
 
First question:
 
I�m using Canvas3D in off-screen mode to generate a JPEG image from a servlet.
Well, its done normally, but it doesnt leaves the memory usage.
 
It works at NT4 and after each browse call to my servlet, Task Manager shows memory up, up, up, up.....
and never down.
 
I just try to null objects used, call u.getViewer().getView().removeCanvas3D(c), u.getViewer().setViewingPlatform(null),
u.removeAllLocales().... and nothing works....
 
When i was test in a commom class (called by java myClass in prompt) with main(), the program not finish byself,
i always need to do a CTRL-C or call System.exit(0).
 
What can i do?
 
Second question:
 
What is this message:
"Failed in wglCreateContext - The system cannot find the file specified"
 
Thanks
 
Andre Barbosa
 
 
****************
www.c-events.com

Reply via email to