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

MinGW GCC unable to find 'winres.h' include in Menu2.rc #1

Open
Rexhunter99 opened this issue May 2, 2020 · 1 comment
Open

MinGW GCC unable to find 'winres.h' include in Menu2.rc #1

Rexhunter99 opened this issue May 2, 2020 · 1 comment
Assignees
Labels
bug Something isn't working mingw Specific to MinGW GCC compiler partialfix This has a temporary or partial fix

Comments

@Rexhunter99
Copy link
Collaborator

...\Carn2 Menu\Menu2\Menu2.rc|10|fatal error: winres.h: No such file or directory|

winres.h is required for the .rc file as it uses identifiers for various windows resources such as the Language.

@Rexhunter99 Rexhunter99 added bug Something isn't working invalid This doesn't seem right labels May 2, 2020
@Rexhunter99 Rexhunter99 self-assigned this May 2, 2020
@Rexhunter99 Rexhunter99 added mingw Specific to MinGW GCC compiler and removed invalid This doesn't seem right labels May 2, 2020
@Rexhunter99
Copy link
Collaborator Author

Current solution is to edit the .rc file manually and include a preprocessor check for MINGW32, input. Unsure if Visual Studio will overwrite this if the .rc is edited within it.

@Rexhunter99 Rexhunter99 added the partialfix This has a temporary or partial fix label May 2, 2020
@Rexhunter99 Rexhunter99 pinned this issue May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mingw Specific to MinGW GCC compiler partialfix This has a temporary or partial fix
Projects
None yet
Development

No branches or pull requests

1 participant