You should use Cygwin when you have POSIX code that you want to compile unmodified on Windows. You should use mingw-w64 when you can modify your sources (eg. with lots of #ifdef WIN32) to call Win32 APIs, OR if you are using a framework like glib2 which handles those differences for you.
'Coding > VB C C++' 카테고리의 다른 글
Cygwin, MSYS2 - hdd folder access out of home directory (0) | 2024.10.18 |
---|---|
WSL, Cygwin, MSYS2, MinGW - 앱 배포 관점 (0) | 2024.10.16 |
CP/M Aztec C 컴파일 방법 (0) | 2024.08.23 |
VS community 2017 기존 프로젝트 빌드 signtool error (0) | 2018.08.11 |
빌드할 때 의존하는 dll 모두 복사하기 (0) | 2017.10.19 |