From: gpautro AT etoile DOT iut DOT univ-lehavre DOT fr (pautrot alexis) Newsgroups: comp.os.msdos.djgpp Subject: VBE 2.0 ..can't use under 32bit ! Date: 27 Apr 1998 16:17:19 GMT Organization: CRIHAN, Mont Saint Aignan (France) Lines: 10 Message-ID: <6i2b2f$87d$1@news.crihan.fr> NNTP-Posting-Host: etoile.iut.univ-lehavre.fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm trying to use a simple VESA function (VBE 1.0 and above) to fill an array with some informations about the graphic card possibilities.. I'm using function 0x00 to fill an array located by it's adress ES:DI, which is not a problem in real mode but don't work in protected mode !! The VESA function doesn't return any error ( return error code 0x00 ) but the adress doesn't seems to be correct, because the array doesn't contain any information !! Please help me.. I used ES:EDI without any exception, it only doesn't work ! Alexis.