From: "Al Amzeen (Alexandr Amzin)" Newsgroups: comp.os.msdos.djgpp Subject: Re: C++, fonts and Allegro Date: Tue, 18 Apr 2000 23:01:14 +0400 Organization: Fidolook Express page http://fidolook.da.ru Lines: 13 Message-ID: <8dibja$12fu$2@gavrilo.mtu.ru> References: <8dfmoo$1ga6$1 AT gavrilo DOT mtu DOT ru> <01bfa97e$5465e2c0$e5247d81 AT default> <8dhvs4$kv0$5 AT gavrilo DOT mtu DOT ru> <38fc9217 DOT 24954571 AT news DOT freeserve DOT net> <8di8h7$uto$2 AT gavrilo DOT mtu DOT ru> NNTP-Posting-Host: ppp104-106.dialup.mtu-net.ru X-Trace: gavrilo.mtu.ru 956084651 35326 212.188.104.106 (18 Apr 2000 19:04:11 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 18 Apr 2000 19:04:11 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Fidolook Express V1.51rus for MS OE 5.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, Al Amzeen (Alexandr Amzin) ! You wrote: (skip) > > In your case, it looks like you just need a few typecasts, such as > > (struct FONT*), to stop the C++ compiler complaining about implicit > > conversion from void*. > I got a workaround of problem by redeclaration of font strictly as default > one was declared in library. But...it is not a straight, light and beautiful > way :(. Sorry for misunderstood. :) We meant one thing by different words. :) Sorry and GREAT thanks for advices.