From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: WinAllegro Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <1eftss0jbfdvlcvbpalu9vq6dv6jel0sb9@4ax.com> References: <39ce3c51_1 AT spamkiller DOT newsfeeds DOT com> <8qltej$1o2$1 AT plutonium DOT btinternet DOT com> <39ce9ad9_3 AT spamkiller DOT newsfeeds DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 28 X-Trace: /KHlxIQhK7EX19SrmxMz5RZDfvYGQLjMAcxJPEnBjXmdW1EwTaq+3QgwCxTFdvnmJ1yRmJA0Px83!80fIIYGxerhHZuhq76mbm0q8raDp1MeJ8jWbZjPe2Puf3IaEjEaYuiEClGrpKxRrOetnr+UGDK1K!DWZGlw== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Mon, 25 Sep 2000 02:54:07 GMT Distribution: world Date: Mon, 25 Sep 2000 02:54:07 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 24 Sep 2000 19:22:01 -0500, "23yrold3yrold" wrote: >So....I can make a Windows application that uses Allegro GUI's and >functions, but I can't make a Windows program that uses Windows GUI's >and Allegro functions? Wrong. Look at dibhello.c that comes with Allegro 3.9.33 to see how to integrate WinAPI calls with Allegro API calls. And if you want a MessageBox() at the beginning or end of your program, you can get one with allegro_message(). I haven't seen MFC with Allegro though... >I also get the impression from your last line that this is in >danger of going OT; is there somewhere else where WinAllegro >can be discussed? This would be more on-topic on the Allegro mailing list: http://alleg.sourceforge.net/allegro/maillist.html --