Date: Thu, 12 May 94 09:51:53 EST From: acmq AT beta DOT coe DOT ufrj DOT br (Antonio Carlos Moreirao de Queiroz) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: black text in black background with bcc2grx Hi, I am trying to use the bcc2grx library, and having problems with text: The outtextxy function is painting the background of the characters in black. As my program writes in black, I get only a black bar instead of the text. Is there a way to make the function work painting only the characters, and not the background? Or to select the color of the background? Is it a bug? I had to change the definition of BLACK and WHITE to constants instead of functions in the header file to avoid conflicts with gccconio.h. May this be the cause? Antonio C. M. de Queiroz