OpenGl + Borland C++ Builder + Fullscreen
I got windowed mode to work fine in borland, but how would i do to set it fullscreen?
Cheers,
Gepper
May 14, 2000 06:56 PM
The way most people set to fullscreen with opengl sucks my ass so if you really want to do fullscreen. They normally use a win32api call called ChangeDisplaySettings. This call does not work well so don''t use it. Try mixing directdraw calls with opengl and get all the DC''s and stuff.
Believe me, this has been done.
Believe me, this has been done.
Yes, that was the advice i got so far. Making the window borderless and setting it''s dimensions to the desktop size. _Not_ a good idea IMO. glSetDisplayMode <-- where do you find this function??
Any more tips?
Gepper
Any more tips?
Gepper
Iceman:
Yes, but NeHe uses the windows API, Borland C++ Builder uses the vcl library. An example for BCB would be nice..
Gepper
Yes, but NeHe uses the windows API, Borland C++ Builder uses the vcl library. An example for BCB would be nice..
Gepper
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement