On Wed, Nov 23, 2005 at 12:58:55PM -0600, PH wrote: > Here is the code I am using. > > #include <conio.h> > > void main(void) > { > clrscr(); > textcolor (COLOR_WHITE); > bgcolor (COLOR_BLACK); > cprintf("hello world"); > while(1) > { > > } > } This compiles without any problems here. Could you please describe exactly the environment, and what you did to produce the error? Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Thu Nov 24 23:16:02 2005
This archive was generated by hypermail 2.1.8 : 2005-11-24 23:16:05 CET