Advertisement

getting user ram and video caps for game settings

Started by November 06, 2002 03:27 AM
0 comments, last by tylerbingham 22 years, 3 months ago
I am trying to make a game run smoothly on fast and slow systems. The best way I have found to do this is to modify the screen resolution and the bpp according to the user''s system. I need a way to check the user''s computer for his/her ram and video card ....and then change the resolution and bpp according to the inquiry.
To check the memory on win32 systems, call GlobalMemoryStatus() (check the MSDN for info on it)

Btw: what the heck is alphanumeric? just letters & digits?

This topic is closed to new replies.

Advertisement