Re: Working around the 64k global types issue on windows

2014-09-14 Thread Vladimir Panteleev via Digitalmars-d
On Sunday, 14 September 2014 at 23:11:12 UTC, E.S. Quinn wrote: I've got a program that, likely through a combination of use of GtkD and several variadic templates, has managed to bump its head against the 64K global types limitation in the Windows version of DMD. And unfortunately, neither GD

Working around the 64k global types issue on windows

2014-09-14 Thread E.S. Quinn via Digitalmars-d
I've got a program that, likely through a combination of use of GtkD and several variadic templates, has managed to bump its head against the 64K global types limitation in the Windows version of DMD. And unfortunately, neither GDC or LDC's current windows versions work well enough to compile my c