FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to fix the dfl with core32 conflict?

 
Post new topic   Reply to topic     Forum Index -> DFL
View previous topic :: View next topic  
Author Message
sleets



Joined: 29 Jun 2007
Posts: 27

PostPosted: Sun Jul 01, 2007 10:10 am    Post subject: how to fix the dfl with core32 conflict? Reply with quote

dfl.internal.winapi conflict with core32.win32.winuser;
Code:

import std.stdio;
import std.string;
import std.c.windows.windows;
import std.c.windows.com;

import dfl.internal.winap;
import win32.winuser;

int main()

   return 1;
}

bud this...
Code:


OPTLINK (R) for Win32  Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001  All Rights Reserved
   
E:\dmd\import\win32\winuser.obj(winuser)  Offset 01619H Record Type 0091
 Error 1: Previous Definition Different : _HWND_TOP
E:\dmd\import\win32\winuser.obj(winuser)  Offset 01671H Record Type 0091
 Error 1: Previous Definition Different : _HWND_BOTTOM
E:\dmd\import\win32\winuser.obj(winuser)  Offset 01684H Record Type 0091
 Error 1: Previous Definition Different : _HWND_TOPMOST
E:\dmd\import\win32\winuser.obj(winuser)  Offset 01699H Record Type 0091
 Error 1: Previous Definition Different : _HWND_NOTOPMOST

the core32 project is Inactive, but i need oleobject of core32;

the dfl with (Bindings.win32 or jun.win32) conflict too.
Back to top
View user's profile Send private message
Chris Miller



Joined: 27 Mar 2004
Posts: 514
Location: The Internet

PostPosted: Fri Jul 06, 2007 11:20 am    Post subject: Re: how to fix the dfl with core32 conflict? Reply with quote

Yes, core32 redefines the winapi stuff; this happens when the compiler comes with incomplete sources.

If there's enough interest perhaps I could make DFL core32 compatible.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> DFL All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group