3d hardware support

Started by
1 comment, last by aamishah 22 years, 9 months ago
i can''t get OpenGL progams compiled on my pc to run on other systems with 3d hardware support?? here is my system spec. : intel 933mhz with 256 ram 3d card: intel 82815 (can it be this buddy?) Op Sys : win Me Compiler: Vc Professional ed. n yes i have compiled other ppl progams as well! n there is no improvement! HeLp pls! any OGL Guru?
http://www.shah-soft.com
Advertisement
Are you using any extensions? If you are you should have error-testing to see whether the extensions exist, and if they dont you should have some back-up method/s. Hope that helps
masterghttp:/masterg.andyc.org
There''s a few possibilities:

- Your program could use more texture memory than the other systems have available.

- It could be the other systems don''t have full OpenGL drivers. Do other OpenGL applications work on these systems? If Quake3 runs,its usually a pretty good indication that the drivers and card are fully OpenGL compliant. Many other games only use a subset of OpenGL (miniGL) and therefore aren''t such a good test.

- If your program uses the stencil buffer, try disabling it. Many 3D cards don''t support it.



____________________________________________________________www.elf-stone.com | Automated GL Extension Loading: GLee 5.00 for Win32 and Linux

This topic is closed to new replies.

Advertisement