mingw-w64

c++ mingw-64 winapi MENUITEMINFO add icon

Windows 7, mingw-w64 "g++ (i686-win32-dwarf-rev0, Built by MinGW-W64 project) 8.1.0" Hi, I'm learning winapi menus, I want t ... resources.o -o main.exe -mwindows -mconsole -municode -lcomctl32 But my icons don't want to output, what am I doing wrong?

Did I set up the project correctly with the MinGW compiler (CLion)

Installed MinGW via msys2: compiler pacman -S mingw-w64-x86_64-gcc make pacman -S mingw-w64-x86_64-make gdb. Added path ... double x; std::cin >> x; std::cout << "Hello, World! " << x << std::endl; return 0; }