Installation problems

Norman Vine nhv@cape.com
Wed Aug 2 07:56:00 GMT 2000


> 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@sourceware.cygnus.com



More information about the Cygwin mailing list