From: disgate AT ms3 DOT isp DOT net DOT tw (DiSGaTE) Newsgroups: comp.os.msdos.djgpp Subject: directvideo in DJGPP?? Date: Sun, 19 Jul 1998 05:51:54 GMT Organization: SEEDNet News Service Lines: 9 Message-ID: <35b18976.8416853@news.seed.net.tw> NNTP-Posting-Host: t194-10.dialup.seed.net.tw Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi All: In Turbo C++ (version 3.0), I saw there was a global variable called 'directvideo', which can specify outputing via ROM BIOS calls (as value = 0), or goes directly to the video RAM (as value = 1). And default value is 0 (goes via ROM BIOS calls), of course I can add a line 'directvideo = 1;' in my program to change output mode. But in DJGPP, is there a similar varaible or method to do that?