Re: [Opengc-devel] Can U help me? ;)
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Damion S. <da...@op...> - 2004-04-09 06:07:02
|
Hi, sorry for not replying sooner. I have been extremely busy working on a prototype device at work and dealing with a particularly hard molecular biology class. Including the OpenGC libraries in a visual studio project should be relatively straightforward. Just link against the libraries in your project setting and set the appropriate include paths. However, a larger issue is that OpenGC is currently designed around using FLTK as the windowing manager, and not MFC. In order to effectively use OpenGC in a larger project you would need to write a subclass of ogcRenderWindow that correctly instantiates the OpenGL environment from MFC. See ogcFLTKRenderWindow for an example of how things are done for FLTK; the sequence of things that need to happen would be similar under MFC. There are many tutorials available on the web on how to implement an OpenGL MFC application. Cheers, -Damion- On Apr 5, 2004, at 10:58 AM, yoskater wrote: > Just include the OpenGC libraries in another visual studio project... > > please help ;( --------- Damion Shelton Carnegie Mellon University, Robotics Institute A408-o Newell Simon Hall 412.268.3866 (office) 412.818.8829 (cell) 412.268.6436 (fax) http://www.cs.cmu.edu/~beowulf --------- You won't so much haunt the world after your death as become the spiritual equivalent of that guy who kept coming back to visit high school after graduation. |