> > i prefer this to using email.
> > ok i added the graphic code you wanted so that my
> program looks through the whole list of graphic modes
> supported to pick the right one, but it didn't help
> anything! well at least on my computer. it didn't find the
> last 2 modes of the FE even though one of them is
> supported by windows. i'd be interested to see if anyone
> else gets them to work. btw i have a GeForce2 MX 400. do
> you think it's possible that a mode that works in Windows
> is not listed in vesa.
> Unlikely. The best way forward is to have a config
> program that gives the user a list of modes and lets them
> choose the mode.
> And if you remember this mode so you don't have to ask
> next time, also remember to check the mode is still valid
> before setting to it!
yeah i already did this. there's an ini file and Olaf's front end modifies this ini file that my program uses. Olaf wanted a selection of 5 different resolutions modes. my program looks at what the user wanted by the setting in the ini and then looks through the vesa list to see if there's a match. if yes it uses it otherwise it quits.
> > ok i'm just gonna release my program like this ok?