Open flyingdove opened 11 years ago
64 bit building fails on Gwen.cpp: error C4235: nonstandard extension used : '_asm' keyword not supported on this architecture
MessageBoxA( NULL, strMsg, "Assert", MB_ICONEXCLAMATION | MB_OK ); _asm { int 3 }
and a lot of warnings like this: warning C4267: 'return' : conversion from 'size_t' to 'int'
Reference issue #61
64 bit building fails on Gwen.cpp: error C4235: nonstandard extension used : '_asm' keyword not supported on this architecture
ifdef _WIN32
endif
and a lot of warnings like this: warning C4267: 'return' : conversion from 'size_t' to 'int'