View previous topic :: View next topic |
Author |
Message |
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Mon Jun 07, 2004 1:47 pm Post subject: conflicts with std.c.windows.windows |
|
|
I've found some conflicts with std.c.windows.windows (using DMD 0.91):
Code: | src\phobos\std\c\windows\windows.d(1800): variable IDC_ARROW conflicts with winuser.IDC_ARROW at core32\trunk\core32\win32\winuser.d(3340)
src\phobos\std\c\windows\windows.d(1832): enum member COLOR_BTNFACE conflicts with winuser.COLOR_BTNFACE at core32\trunk\core32\win32\winuser.d(3049)
src\phobos\std\c\windows\windows.d(376): function GetVersion conflicts with winbase.GetVersion at core32\trunk\core32\win32\winbase.d(1124)
d:\dmd\bin\..\src\phobos\std\c\windows\windows.d(1363): function GetForegroundWndow conflicts with winuser.GetForegroundWindow at core32\trunk\core32\win32\winuser.d(2709)
src\phobos\std\c\windows\windows.d(1365): function SetForegroundWndow conflicts with winuser.SetForegroundWindow at core32\trunk\core32\win32\winuser.d(2711)
src\phobos\std\c\windows\windows.d(1857): variable HWND_DESKTOP conflicts with winuser.HWND_DESKTOP at core32\trunk\core32\win32\winuser.d(1980)
src\phobos\std\c\windows\windows.d(2399): function GetDeviceCaps conflicts with wingdi.GetDeviceCaps at f:\pgm\d\dsource\core32\trunk\core32\win32\wingdi.d(2490) |
Mike, if it's more convenient for you, I wouldn't mind joining the project and committing these changes to SVN (using verson(STANDALONE) to avoid the conflicts). |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Mon Aug 23, 2004 8:43 pm Post subject: |
|
|
I just committed some changes to fix these conflicts.
I also added a simple batch file that shows how the files can be compiled into a .lib. (I know L8night already has his own method, but this shouldn't interfere with his way of doing things.) |
|
Back to top |
|
|
|