From: zhang AT cc DOT hirosaki-u DOT ac DOT jp (Zhang Shu Huai) Newsgroups: comp.os.msdos.djgpp Subject: why can't printf text in graphics mode Date: 20 Dec 1996 17:46:02 +0900 Organization: Faculty of Agriculture, Hirosaki Univ., Japan Lines: 31 Sender: zhang AT owani8 DOT cc DOT hirosaki-u DOT ac DOT jp Message-ID: <59djoa$3al@owani8.cc.hirosaki-u.ac.jp> NNTP-Posting-Host: owani8.cc.hirosaki-u.ac.jp Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Now I want to printf text in the graphics mode, but it does not work, why? The graphics mode setting is below: set GRX20DRV=vesa gw 1024 gh 768 nc 256 and GrSetMode(GR_default_graphics); for (i=0;i