-
Notifications
You must be signed in to change notification settings - Fork 46
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
Translation Error #20
Comments
This is currently controlled globally in the "Conversion Settings"> "Calling convention" settings. |
#define BUTTONS_OKA (LPSTR)1 // Ok Parsed BUTTONS_OKA = (LPSTR)1; ought to be BUTTONS_OKA = LPSTR(1); |
Regarding call conversion - are your examples handled correctly? If yes - I will create a pullrequest to synchronize my code with the main branch and close this issue. As for handling PS There is a workaround - use the postprocessing script. For your case it would look like this |
Parsed error
Change to
Parsed
cdecl
ought to bestdcall
The text was updated successfully, but these errors were encountered: