GWEN icon indicating copy to clipboard operation
GWEN copied to clipboard

x64 build - VC2012

Open flyingdove opened this issue 11 years ago • 1 comments

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'

flyingdove avatar Apr 22 '13 13:04 flyingdove

Reference issue #61

Wizzard033 avatar Jun 30 '13 09:06 Wizzard033