Visual D 0.3.43 beta1 available

Andrew LaChance via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sat Dec 5 16:16:08 PST 2015


On Thursday, 5 November 2015 at 22:12:39 UTC, Rainer Schuetze 
wrote:
>
> Now updated to a new beta:
>
> https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.43-beta2

Hello!  A small issue I noticed: If I create a configuration for 
x64, visual studio doesn't know that this means version(Win64) is 
true and version(Win32) is false, as seen here:

http://imgur.com/Gui9rYz

I verified that a pointer (using .sizeof) is 8 bytes with x64 
configuration and 4 bytes with x86 configuration, so it's just 
the editor that doesn't know.


More information about the Digitalmars-d-ide mailing list