[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Equivalent to Win32 MessageBox()?
- To: linuxgames@sunsite.dk
- Subject: Re: Equivalent to Win32 MessageBox()?
- From: "J. Perkins" <jason@379.com>
- Date: Fri, 28 Jun 2002 14:09:19 -0400
- Delivered-To: archiver@seul.org
- Delivered-To: mailing list linuxgames@sunsite.dk
- Delivery-Date: Fri, 28 Jun 2002 14:19:16 -0400
- Mailing-List: contact linuxgames-help@sunsite.dk; run by ezmlm
- References: <yam8944.1585.1198186744@post.demon.co.uk>
- Reply-To: linuxgames@sunsite.dk
- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
Thanks Chris. What is the state of the world regarding Gtk these
days? Will most Linux gamers have it installed? I would think so.
Maybe I can look for gtk, and if it isn't there just use printf()?
Anyway, thanks for the code.
Jason
379
Chris wrote:
> Not in pure X, but if you just want an example I have a Gtk alert
> replacement that shows the user the line, file, alert condition, an optional
> message and the stack trace. Go to http://www.starforge.co.uk/free-linux.shtml
> and look about 2/3rds of the way down the page for the assert() replacement.