From: "DeHackEd" References: <6n749v$sqr$1 AT fir DOT prod DOT itd DOT earthlink DOT net> <899120399 DOT 11131 DOT 0 DOT spot DOT c3ade179 AT news DOT demon DOT nl> Subject: Re: trouble compiling Date: Mon, 29 Jun 1998 13:47:29 -0400 Lines: 27 Message-ID: Newsgroups: comp.os.msdos.djgpp NNTP-Posting-Host: d2-bn46-blvl-pda.attcanada.net [142.194.137.194] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked >Well... this should be quite obvious, FONT should be font, FONT is the >struct, used to declare for example the default "font". As for the other >error... I don't get it. This piece of code compiles fine, then displays "3" >and returns to my IDE without too much trouble. Sorry, can't help you there. > >Daniel Faure > > It worked?!? Did you add a malloc() or any memory allocation call to this? Must have had luck... Also, put FONT in lower case. FONT is a data type that has information about a font. "font" is a FONT that is used by default. It's the font used in the grabber and such.