digitalmars.D - Current Core-Libraries
- Massenkeiler <Massenkeiler_member pathlink.com> Jul 16 2006
- Stewart Gordon <smjg_1998 yahoo.com> Jul 16 2006
- Stewart Gordon <smjg_1998 yahoo.com> Jul 16 2006
- Massenkeiler <Massenkeiler_member pathlink.com> Jul 20 2006
- Stewart Gordon <smjg_1998 yahoo.com> Jul 20 2006
How can I use more recent win32-libraries with D and is there a way to use the GDI+ ?
Jul 16 2006
Massenkeiler wrote:How can I use more recent win32-libraries with D
More recent than what?and is there a way to use the GDI+ ?
GDI+ is C++-based. It ought to be possible to write D bindings - I don't know if anybody's working with it. Stewart.
Jul 16 2006
Massenkeiler wrote:How can I use more recent win32-libraries with D and is there a way to use the GDI+ ?
Both of us should've noticed the thread "GdiPlus" from nearly a week ago.... digitalmars.D/39949 Hopefully Polis'll share the code with the rest of us.... Stewart.
Jul 16 2006
In article <e9dkd6$pcs$1 digitaldaemon.com>, Stewart Gordon says...Massenkeiler wrote:How can I use more recent win32-libraries with D and is there a way to use the GDI+ ?
Both of us should've noticed the thread "GdiPlus" from nearly a week ago.... digitalmars.D/39949 Hopefully Polis'll share the code with the rest of us.... Stewart.
No I didn't notice it, but I've made new import-libraries of the current Win32-DLLs by using the .exp-files of LCC and making a UNIX-Script to change for example _MessageBoxW 16 to _MessageBoxW 16 = MessageBoxW Now it works and also with the gdiplus.dll, although I cannot use it without ported headers
Jul 20 2006
Massenkeiler wrote: <snip>No I didn't notice it, but I've made new import-libraries of the current Win32-DLLs by using the .exp-files of LCC and making a UNIX-Script to change for example _MessageBoxW 16 to _MessageBoxW 16 = MessageBoxW
By the way, there's a project underway to translate the Windows API headers into D: http://www.prowiki.org/wiki4d/wiki.cgi?WindowsAPI Stewart.
Jul 20 2006









Stewart Gordon <smjg_1998 yahoo.com> 