Skip to content
New issue

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

x64 build - VC2012 #51

Open
flyingdove opened this issue Apr 22, 2013 · 1 comment
Open

x64 build - VC2012 #51

flyingdove opened this issue Apr 22, 2013 · 1 comment

Comments

@flyingdove
Copy link

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
Copy link
Contributor

Reference issue #61

billyquith referenced this issue in billyquith/GWork Aug 13, 2016
- cross platform debug break to fix issue #25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants