We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
Reference issue #61
Sorry, something went wrong.
Use DebugBreak to break into debugger
2280065
- cross platform debug break to fix issue #25
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: