Hi;
I just created a C# console app in VisualStudio 2013 and it's set to .net 4.5 and anyCPU. When I run it, it's running in 32-bit mode (IntPtr.Size == 4). If I set it to by x64 then it runs in 64-bit mode.
Why does it default to 32-bit? This is a super simple 10 line console app I just created.
thanks - dave
Who will win The Windward International Collegiate Programming Championships?