Thread overview
[Issue 2250] New: Update of user32.lib and kernel32.lib
Jul 27, 2008
d-bugmail
Jul 27, 2008
d-bugmail
Jul 29, 2008
d-bugmail
Aug 14, 2008
d-bugmail
Aug 14, 2008
d-bugmail
July 27, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2250

           Summary: Update of user32.lib and kernel32.lib
           Product: D
           Version: 1.033
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: benoit@tionex.de


With DWT linker errors occur. http://www.dsource.org/projects/dwt/wiki/FAQ#Linkererroronwindows

OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
dsss_objs\D\dwt-widgets-Display.obj(dwt-widgets-Display)
 Error 42: Symbol Undefined _IsHungAppWindow@4
dsss_objs\D\dwt-internal-win32-OS.obj(dwt-internal-win32-OS)
 Error 42: Symbol Undefined _GetSystemDefaultUILanguage@0

I supply a newer version of user32.lib and kernel32.lib with the dwt import lib package. Can we put theses newer version of the libs also into the dmd package itself?

http://downloads.dsource.org/projects/dwt/dwt-win-importlibs.zip


-- 

July 27, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2250


benoit@tionex.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #1 from benoit@tionex.de  2008-07-27 06:45 -------
hm, when i think again about it...
IsHungAppWindow exists only starting with win2k.
Perhaps better ignore my suggestion :)


-- 

July 29, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2250


davidl@126.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |




------- Comment #2 from davidl@126.com  2008-07-28 22:40 -------
user2k32.lib kernel2k32.lib for incremental APIs perhaps is a good idea


-- 

August 14, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2250


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from bugzilla@digitalmars.com  2008-08-14 03:02 -------
Fixed dmd 1.034 and 2.018


-- 

August 14, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2250


torhu@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tjohnson@prtsoftware.com,
                   |                            |torhu@yahoo.com




------- Comment #4 from torhu@yahoo.com  2008-08-14 15:13 -------
For the record, the new lib files are in this download, linked from the various DMD download pages:

http://ftp.digitalmars.com/dmc.zip


--