Advertisement

calling GL Windows in other programs

Started by June 05, 2002 08:16 PM
0 comments, last by dasa 22 years, 8 months ago
can anyone tell me how i would call a Opengl window in a simple console progam. What i want is to run my console window program and then call the opengl window program to run over the top any help would be great thanks
You can use any Win32 functions, like CreateWindow, from a console app just like you can from a GUI app.
---visit #directxdev on afternet <- not just for directx, despite the name

This topic is closed to new replies.

Advertisement