From: Manni Heumann Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro question Date: 12 Jul 2001 08:40:25 GMT Lines: 23 Message-ID: References: <3b4c8dc0 DOT 10477692 AT news DOT esoterica DOT pt> <3b4cc2ed DOT 584839 AT news DOT esoterica DOT pt> NNTP-Posting-Host: computer-name.uni-bielefeld.de (129.70.100.231) X-Trace: fu-berlin.de 994927225 20191343 129.70.100.231 (16 1428) User-Agent: Xnews/4.06.22 X-Face: "c)Go+A65AgR*9'!B)BMLM$kYg6HDG!_g'DAsj*ALo%=kp{X&abs&t\G0F~*r?VRj#|4=6)M.RJPnD]Ql:B<-7A^EAYFpDpZRMoJy?80^3B3b AT DXb%MTyOD.*4wu&Xt6o*+6`r5E To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com almeidaj AT mail DOT com (Almeida J.) wrote on 11 Jul 2001 in message news:3b4cc2ed DOT 584839 AT news DOT esoterica DOT pt: [snip] >> > I've also wondered about this... > Altough you presented a clean solution, other solutions > presented in help or doc files also store the font in a > datafile. However, there must be, I think it was the post > idea, an also clean solution to store the user created font > in a header file or creat it at runtime. Unfortunatly, I > (also) don't know who that is done.... > If you want to avoid a data file, you can add a couple of steps and link the data file with your program. Use dat2s.exe (from allegro\tools) and then link the output. See grabber.txt for more information. Manni PS: How could something in a header file produce, say, a .pcx at runtime?