delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Reply-To: | <nhv AT cape DOT com> |
From: | "Norman Vine" <nhv AT cape DOT com> |
To: | <cygwin AT sources DOT redhat DOT com> |
Subject: | RE: Installation problems |
Date: | Wed, 2 Aug 2000 10:56:31 -0400 |
Message-ID: | <000a01bffc91$e016a0a0$9137ba8c@nhv> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2232.26 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2014.211 |
Importance: | Normal |
In-Reply-To: | <200008021405.KAA25676@envy.delorie.com> |
> PS: THE ERROR MESSAGE BOX comes up hidden under the progress box. I > thought the system was frozen and restarted three times before I > figured that one out. You could maybe make it come up on top, or > change the size or location? Tnx. winsup / cinstall / msg.cc static int mbox (int type, int id, va_list args) { char buf[1000], fmt[1000]; if (LoadString (hinstance, id, fmt, sizeof (fmt)) <= 0) ExitProcess (0); vsprintf (buf, fmt, args); return MessageBox (0, buf, "Cygwin Setup", type | MB_TOPMOST); } -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |