Thread overview
Re: Release: GDC for Windows
Mar 26, 2011
Kagamin
Mar 27, 2011
Daniel Green
Mar 27, 2011
Kagamin
March 26, 2011
Daniel Green Wrote:

> Please post any issues at https://bitbucket.org/goshawk/gdc/issue/170

got it https://bitbucket.org/goshawk/gdc/issue/170/problems-relating-to-windows-binaries#comment-417100
March 27, 2011
On 3/26/2011 5:28 PM, Kagamin wrote:
> Daniel Green Wrote:
>
>> Please post any issues at
>> https://bitbucket.org/goshawk/gdc/issue/170
>
> got it
> https://bitbucket.org/goshawk/gdc/issue/170/problems-relating-to-windows-binaries#comment-417100

https://bitbucket.org/goshawk/gdc/issue/173/writeln-hangs-with-more-than-one-argument

The problems been solved both examples now work.  I will likely release a new build Sunday evening(EST).  I was hoping to make some headway into the auto import warning.
March 27, 2011
Daniel Green Wrote:

> I was hoping to make some headway into the auto import warning.

it would be nice to have all crt declarations qualified with `export`, this way they will be bound directly to __imp_ symbols, though, D provides no easy way to do this, only another version block.