[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mingw-notify
Subject:    MinGW-notify digest, Vol 1 #735 - 2 msgs
From:       mingw-notify-request () lists ! sourceforge ! net
Date:       2004-02-29 4:04:08
Message-ID: 200402290404.i1T44Fot032049 () mailer ! progressive-comp ! com
[Download RAW message or body]

Send MinGW-notify mailing list submissions to
	mingw-notify@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
	mingw-notify-request@lists.sourceforge.net

You can reach the person managing the list at
	mingw-notify-admin@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-notify digest..."


This list is used to send updates of submitted patches, bug reports and file \
releases.  You are discouraged from posting to this list.  If you wish to unsubscribe \
you can do so at https://lists.sourceforge.net/lists/listinfo/mingw-notify.

Today's Topics:

   1. [ mingw-Bugs-906741 ] windres always turns on WS_CAPTION (SourceForge.net)
   2. [ mingw-Bugs-810393 ] windres crashes on XP when using pipes (SourceForge.net)

--__--__--

Message: 1
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Sat, 28 Feb 2004 18:56:53 -0800
Subject: [Mingw-notify] [ mingw-Bugs-906741 ] windres always turns on WS_CAPTION

Bugs item #906741, was opened at 2004-02-28 18:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=906741&group_id=2435

Category: MinGW
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Joshua Hudson (joshudson)
Assigned to: Earnie Boyd (earnie)
Summary: windres always turns on WS_CAPTION

Initial Comment:
When compiling resource dialogs, WINDRES always turns on 
the WS_CAPTION style. It took me half a day determine
that windres was causing the problem. Here is an rc
script that triggers this problem.

#include <windows.h>
41 DIALOG 10, 0, 290, 50
STYLE WS_CHILD | WS_VISIBLE
CAPTION ""
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Start", IDOK, 220, 10, 50, 15
END

You will have a very hard time confirming this bug. I found
it by using another program to read the .exe image finally
compiled and convert it back to .rc. The result of that
is:

#include <windows.h>
41 DIALOG 10, 0, 290, 50
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION ""
FONT 8, "MS Shell Dlg"
BEGIN
DEFPUSHBUTTON "Start", IDOK, 220, 10, 50, 15
END

Note that the subtle bug makes it difficult to use child
dialogs in mingw.  Full demonstration code attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=906741&group_id=2435


--__--__--

Message: 2
To: noreply@sourceforge.net
From: "SourceForge.net" <noreply@sourceforge.net>
Date: Sat, 28 Feb 2004 19:03:36 -0800
Subject: [Mingw-notify] [ mingw-Bugs-810393 ] windres crashes on XP when using pipes

Bugs item #810393, was opened at 2003-09-21 21:19
Message generated for change (Comment added) made by joshudson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=810393&group_id=2435

Category: msys
Group: None
Status: Open
Resolution: Later
Priority: 5
Submitted By: Justin Forest (vhex)
Assigned to: Earnie Boyd (earnie)
Summary: windres crashes on XP when using pipes

Initial Comment:
windres version 2.14.90 20030612 crashes when launched
from bash with --no-use-temp-file ("windres.exe has
encountered a problem and needs to close"), with
--use-temp-file it works fine.  if started from cmd.exe
or other non-msys application, it works fine.  I did
not have this problem yesterday, when I was still
running win2k pro.

%%% MSYS dll major: 1000
%%% MSYS dll minor: 9
%%% MSYS dll epoch: 19
%%% MSYS dll bad signal mask: 19005
%%% MSYS dll old termios: 5
%%% MSYS dll malloc env: 28
%%% MSYS api major: 0
%%% MSYS api minor: 46
%%% MSYS shared data: 3
%%% MSYS dll identifier: cygwin1
%%% MSYS mount registry: 2
%%% MSYS cygnus registry name: msys
%%% MSYS cygwin registry name: 1.0
%%% MSYS program options name: Program Options
%%% MSYS cygwin mount registry name: mounts v2
%%% MSYS cygdrive flags: cygdrive flags
%%% MSYS cygdrive prefix: cygdrive prefix
%%% MSYS cygdrive default prefix:
%%% MSYS build date: Thu Jul 3 07:26:50 EDT 2003
%%% MSYS shared id: cygwin1S3

----------------------------------------------------------------------

Comment By: Joshua Hudson (joshudson)
Date: 2004-02-28 19:03

Message:
Logged In: YES 
user_id=986799

I can reproduce this bug only when MinGW is installed under
a directory in which some parent contains a space. Workaround:
use the short name in the path environment.

Looking at his environment, that is not the problem in this
case however.

----------------------------------------------------------------------

Comment By: Justin Forest (vhex)
Date: 2003-09-22 13:59

Message:
Logged In: YES 
user_id=664367

Both msys and native views of the environment follow.  I
have basically reinstalled the system, so I can't tell the
exact difference, but both the environment and microsoft
native runtime libraries have changed.  The exception occurs
at address 0x77c3c3b3, which I believe is msvcrt.dll (base
address 0x77c10000).

plantation$ env
PWD=/home/projects/cc/faerion-1.17.8/src
OBJDIR=/tmp/obj
!C:=C:\Program Files\Far
SCITE_HOME=x:\home\.scite
SYSTEMDRIVE=C:
RCFLAGS=--use-temp-file
COMPUTERNAME=HEX
WINDIR=C:\WINDOWS
CC=mingw32-gcc.exe
HTTP_PROXY=http://127.0.0.1:3128
PS1=plantation\$
RC=windres.exe
DEBUG=1
MACHTYPE=i686-pc-msys
EORBHOME=/usr/local/bin/eorb
OS=Windows_NT
CPATH=/usr/local/include
CLIENTNAME=Console
TEMP=/tmp
SYSTEMROOT=C:\WINDOWS
RM=rm -f
LIBRARY_PATH=/usr/local/lib
TMP=/tmp
!X:=X:\home\projects\cc\faerion-1.17.8\src
SHLVL=1
USERNAME=just
SHELL=/bin/sh
HOSTTYPE=i686
CVSROOT=:sserver:hex@localhost:/vector
CPU=i686
SESSIONNAME=Console
OSTYPE=msys
HOME=/home
TERM=cygwin
PATH=/bin:/mingw/bin:/usr/local/bin:/c/winnt/system32:/c/winnt:/c/winnt/system32
/wbem:/c/program_files/putty:/c/program_files/cvsnt:/c/program_files/nsis:/c/pro
gram_files/eorb/bin/WinNT-msdev-x86:/c/program_files/Microsoft
Visual Studio .NE
T/Vc7/bin:/c/program_files/Microsoft Visual Studio
.NET/Common7/IDE
_=/bin/env


X:\>set
ALLUSERSPROFILE=C:\Documents and Settings\All Users.WINDOWS
APPDATA=C:\Documents and Settings\just\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=HEX
ComSpec=C:\WINDOWS\system32\cmd.exe
FARLANG=English
HOME=x:\home
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\just
HTTP_PROXY=http://127.0.0.1:3128
LOGONSERVER=\HEX
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\cvsnt;x:\bin;x:\local\bin;x:\mingw\bin;C:\Program
Files\cvsnt
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 1 Stepping 3,
GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0103
ProgramFiles=C:\Program Files
PROMPT=$P$G
SCITE_HOME=x:\home\.scite
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\Temp
TMP=C:\Temp
USERDOMAIN=HEX
USERNAME=just
USERPROFILE=C:\Documents and Settings\just
windir=C:\WINDOWS

----------------------------------------------------------------------

Comment By: Earnie Boyd (earnie)
Date: 2003-09-22 04:17

Message:
Logged In: YES 
user_id=15438

What's in the PATH variable?
What else in the environment variables may different between
the two systems?

You've tripped a known bug, that I've not been able to
eliminate.  Version 1.1.0 will not show the bug as far as
I've been able to determine.  My time to work on MSYS has
shortened so the length at which I'll have a snapshot up has
lengthened.

Earnie.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=810393&group_id=2435



--__--__--

_______________________________________________
MinGW-notify mailing list
MinGW-notify@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-notify


End of MinGW-notify Digest


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic