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

Support MinGW-w64 on MSYS2 #5

Closed
ghost opened this issue Feb 28, 2023 · 2 comments
Closed

Support MinGW-w64 on MSYS2 #5

ghost opened this issue Feb 28, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 28, 2023

The open source compiler has some limitations compared to MSVC. For example, if you are using technology like ATL or MFC then it will not work on MinGW-w64 because it has no support for them. On MinGW-w64, people use Win32++ as an alternative:

https://win32-framework.sourceforge.net/

@ghost ghost closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2023
@FSMargoo
Copy link
Owner

FSMargoo commented Mar 3, 2023

What you said is a reason to support MinGW-w64 on MSYS2, but I don't have any experience in coding with MinGW-w64, so... maybe later...

@FSMargoo
Copy link
Owner

In VUILib 3.x, we already supported the other compiler like clang or gcc(Whether operation system your are). It can pass the build test and unit test under my PC with manjaro.

This issue was closed.
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

1 participant