garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
429 stars 102 forks source link

x64 build - VC2012 #51

Open flyingdove opened 11 years ago

flyingdove commented 11 years ago

64 bit building fails on Gwen.cpp: error C4235: nonstandard extension used : '_asm' keyword not supported on this architecture

ifdef _WIN32

        MessageBoxA( NULL, strMsg, "Assert", MB_ICONEXCLAMATION | MB_OK );
        _asm { int 3 }

endif

and a lot of warnings like this: warning C4267: 'return' : conversion from 'size_t' to 'int'

Wizzard033 commented 11 years ago

Reference issue #61