Re: [Plib-users] Dialog Example
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2002-09-04 20:52:56
|
Ed Peddycoart wrote: > 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? Yes - you can. You have to explicitly build PLIB that way though. By default it required GLUT. Check out 'README.GLUT' in the top level directory of the PLIB release. > The first app which will use this dll > will be MFC based. > > Does anyone have an example of doing this? Not that I'm aware of. However, you only have to add one line of code (see the 'README.GLUT') and refrain from using GLUT's fonts - and it should all be OK. ----------------------------- Steve Baker ------------------------------- Mail : <sjb...@ai...> WorkMail: <sj...@li...> URLs : http://www.sjbaker.org http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net http://freeglut.sf.net http://toobular.sf.net http://lodestone.sf.net |