Re: x64 Link Issues - Can someone please help?

2013-04-19 Thread Trey Brisbane
On Friday, 19 April 2013 at 13:52:54 UTC, Steven Schveighoffer wrote: On Thu, 18 Apr 2013 21:19:34 -0400, Trey Brisbane wrote: With regards to digitalmars.D.learn - I had considered posting there, but considering this isn't really a question about learning D, but rather about getting an exis

Re: x64 Link Issues - Can someone please help?

2013-04-19 Thread Steven Schveighoffer
On Thu, 18 Apr 2013 21:19:34 -0400, Trey Brisbane wrote: With regards to digitalmars.D.learn - I had considered posting there, but considering this isn't really a question about learning D, but rather about getting an existing D project to build, I decided against it. If that is however

Re: x64 Link Issues - Can someone please help?

2013-04-18 Thread Trey Brisbane
On Friday, 19 April 2013 at 00:53:28 UTC, Vladimir Panteleev wrote: On Friday, 19 April 2013 at 00:24:27 UTC, Trey Brisbane wrote: As you can see, there appears to be an issue with my usage of WinMain() as opposed to just main(). For 32bit building, the documentation states that the compiler re

Re: x64 Link Issues - Can someone please help?

2013-04-18 Thread Vladimir Panteleev
On Friday, 19 April 2013 at 00:24:27 UTC, Trey Brisbane wrote: As you can see, there appears to be an issue with my usage of WinMain() as opposed to just main(). For 32bit building, the documentation states that the compiler recognizes WinMain and works accordingly - is this also the case for 6

x64 Link Issues - Can someone please help?

2013-04-18 Thread Trey Brisbane
Hey all, I'm currently using D for a hook-based project that requires me to build both a 32bit and 64bit DLL. Naturally, the 32bit DLL builds fine, however I'm encountering linking issues for the 64bit. I followed the instructions at http://wiki.dlang.org/Installing_DMD_on_64-bit_Windows_7_(C