[ODE] (no subject)

J. Perkins jason at 379.com
Wed May 29 05:06:02 2002


It sounds like you are familiar with creating Win32 applications, 
but don't know how to add OpenGL rendering to those applications. If 
that is the case, you should look at the NeHe tutorials here:

http://nehe.gamedev.net

Jason
379



pia dalusong wrote:
> i am trying to make a tollbar appear for my robot
> simulator. however i am not familiar with how i can
> attach one to a program i created with ode.  i am only
> familiar with adding toolbars in an sdi or mdi
> application using visual c++.  is this possible and
> how would i be able to do it?  where do i put the code
> for the toolbar creation and stuff.