Re: [Plib-users] Dialog Example
Brought to you by:
sjbaker
From: Sebastian U. <ud...@ha...> - 2002-09-04 20:53:40
|
On Wed, 4 Sep 2002, ed...@ce... (Ed Peddycoart) wrote: > Date: Wed, 4 Sep 2002 15:42:17 -0500 > To: pli...@li... > From: ed...@ce... (Ed Peddycoart) > Reply-To: pli...@li... > Subject: [Plib-users] Dialog Example > > I have a dll I have written which uses a third party OpenGL scene > graph api. I need to add some dialogs to the dll acquire user input > (spin/zoom/pan among other tasks). This dll will be used by Win32 > applications. Can I use PUI to create my dialogs? Even if my > application and dll is not GLUT based? The first app which will use this > dll will be MFC based. It is generally possible to render PUI widgets in Windows that have not been created using GLUT if you can live with a few limitations. Please download plib-1.6.0 (released Monday) for that and refer to the file "README.GLUT" in the top-level directory. If you have any further questions, don't hesistate to ask. - Sebastian |