04 2023 档案
摘要:关键字:Win32 API从磁盘,文件,图片创建工具栏图标,包含提示文字。 编译命令:g++ demo01.cpp -mwindows -lcomctl32 -ldwmapi -o demo01 -static -Wall -std=c++11 #define UNICODE #include <W
阅读全文
摘要:WTL for MFC Programmers, Part I - ATL GUI Classes https://www.codeproject.com/Articles/3841/WTL-for-MFC-Programmers-Part-I-ATL-GUI-Classes WTL for MFC
阅读全文
摘要:##首先新建makefile ALL:main files += -mwindows -lcomctl32 -ldwmapi main:$(cpp) g++ $(cpp) $(files) -o $(exe) -static -Wall -std=c++11 $(INCLUDE) $(LIB) .P
阅读全文