Xref: news2.mv.net comp.os.msdos.djgpp:1189 From: wkim+@pitt.edu (Wonkoo Kim) Newsgroups: comp.os.msdos.djgpp Subject: BCC2GRX: problem with default font. Date: 17 Feb 1996 04:33:35 GMT Organization: University of Pittsburgh Lines: 20 Distribution: world Message-ID: <4g3lqv$qit@usenet.srv.cis.pitt.edu> Reply-To: wkim+@pitt.edu (Wonkoo Kim) NNTP-Posting-Host: ehdup-c3-8.rmt.net.pitt.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I got djgpp v2.0 distribution together with grxlib and bcc2grx. This new version of BCC2GRX seems to have a problem with DEFAULT_FONT. I compiled ttext.c of BCC2GRX, and ttext.exe couldn't display DEFAULT_FONT. It didn't give an exec error, but just blank for those fonts. (Looks like invisible due to a wrong font color. I don't know.) Other fonts registered by registerbgifont() seemed to work fine. Another problem was that bccbgi.exe crashed in middle of execution It is reproducible, always at the 4th demo screen, which is a square- shaped spiral being filled the blue color from the center of the screen. It gave access violation at near the end of the blue-color filling. I'm running it in OS/2 Warp full-screen DOS box. I haven't any problem with v2.0 beta. Thanks. //-------------------------------------------------------------------- // Wonkoo Kim (wkim+@pitt.edu)