You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #606, DART 5.1 can't be built with VS2015 on 32-bit Windows. It seems Visual Studio can't use enough heap memory for parsing headers so optimizing DART header organization for simpler header dependencies would be a possible solution.
The text was updated successfully, but these errors were encountered:
I set "Maximum number of parallel project builds" to 1 and I build Win32 project successfully with VS2015(32-bit) on 64-bit Windows (Windows 10 and Windows 8.1).
I think it may be an alternative way to get the Win32 DART 5.1
How to set Maximum number of parallel project builds
As reported in #606, DART 5.1 can't be built with VS2015 on 32-bit Windows. It seems Visual Studio can't use enough heap memory for parsing headers so optimizing DART header organization for simpler header dependencies would be a possible solution.
The text was updated successfully, but these errors were encountered: