Re: D on Windows - linker question

2013-10-21 Thread evilrat
On Tuesday, 22 October 2013 at 01:07:48 UTC, Erik van Velzen wrote: I do get a few compiler errors with DMD in these win32.* modules about incorrect typecasts. I will make a new topic if these persist or file a bug report with the author. if you use x64 build then i must disappoint you, it only

Re: D on Windows - linker question

2013-10-21 Thread Erik van Velzen
On Monday, 21 October 2013 at 04:38:05 UTC, evilrat wrote: i'm currently trying to get up DirectX(d3d10(x),d3d11(x),xaudio2,x3daudio,d3dmath) up and running in free time, but i constantly encounter serious problems on my way. now i have some weird problems with COM(no COM - no DirectX). so

Re: D on Windows - linker question

2013-10-21 Thread evilrat
On Monday, 21 October 2013 at 08:12:49 UTC, Andrew wrote: If you want to offer Direct3D in D as is (I prefer this option instead of wrapper-libraries), you'll have to make it COM'ish and C'ish :-) I actually consider looking into this problem, I'm skilled C++ graphics programmer. i think ab

Re: D on Windows - linker question

2013-10-21 Thread Andrew
On Monday, 21 October 2013 at 07:56:49 UTC, evilrat wrote: On Monday, 21 October 2013 at 07:46:41 UTC, Andrew wrote: On Monday, 21 October 2013 at 04:38:05 UTC, evilrat wrote: On Sunday, 20 October 2013 at 21:47:53 UTC, Erik van Velzen wrote: My goal was to learn D and Direct3D at the same tim

Re: D on Windows - linker question

2013-10-21 Thread evilrat
On Monday, 21 October 2013 at 07:46:41 UTC, Andrew wrote: On Monday, 21 October 2013 at 04:38:05 UTC, evilrat wrote: On Sunday, 20 October 2013 at 21:47:53 UTC, Erik van Velzen wrote: My goal was to learn D and Direct3D at the same time. I've tried to set up DMD to do this, but I keep running

Re: D on Windows - linker question

2013-10-21 Thread Andrew
On Monday, 21 October 2013 at 04:38:05 UTC, evilrat wrote: On Sunday, 20 October 2013 at 21:47:53 UTC, Erik van Velzen wrote: My goal was to learn D and Direct3D at the same time. I've tried to set up DMD to do this, but I keep running into issues that the available DirectX11 and win32 headers

Re: D on Windows - linker question

2013-10-20 Thread evilrat
On Sunday, 20 October 2013 at 21:47:53 UTC, Erik van Velzen wrote: My goal was to learn D and Direct3D at the same time. I've tried to set up DMD to do this, but I keep running into issues that the available DirectX11 and win32 headers are incomplete, or won't compile (tried both dmd 2.063 and

Re: D on Windows - linker question

2013-10-20 Thread Erik van Velzen
My goal was to learn D and Direct3D at the same time. I've tried to set up DMD to do this, but I keep running into issues that the available DirectX11 and win32 headers are incomplete, or won't compile (tried both dmd 2.063 and 2.064, they halt on different type errors), or won't link. To be

Re: D on Windows - linker question

2013-10-19 Thread evilrat
On Friday, 18 October 2013 at 16:52:01 UTC, Benjamin Thaut wrote: Am 18.10.2013 18:40, schrieb Erik van Velzen: Hello, I have set up my enviroment according to these instructions: http://wiki.dlang.org/Installing_DMD_on_64-bit_Windows_7_%28COFF-compatible%29 When I compile a small tutorial pro

Re: D on Windows - linker question

2013-10-18 Thread Benjamin Thaut
Am 18.10.2013 18:40, schrieb Erik van Velzen: Hello, I have set up my enviroment according to these instructions: http://wiki.dlang.org/Installing_DMD_on_64-bit_Windows_7_%28COFF-compatible%29 When I compile a small tutorial program I get this error: error LNK2019: unresolved external symbol Me

D on Windows - linker question

2013-10-18 Thread Erik van Velzen
Hello, I have set up my enviroment according to these instructions: http://wiki.dlang.org/Installing_DMD_on_64-bit_Windows_7_%28COFF-compatible%29 When I compile a small tutorial program I get this error: error LNK2019: unresolved external symbol MessageBoxW referenced in function WinMain I ha