我不能让Comctl32.lib与我的程序链接使用GCC (MinGW)。gcc -o program.exe main.c images.o -lgdi32 -lcomctl32 -mwindowsmain.c: In function 'WinMain':main.c:124:9: error: request for member 'dwICC' in something not a s
我可以在comctl32!TV_ButtonDown上设置断点,然后在命中断点时使用wt,但这需要释放鼠标按钮并与WinDbg交互。当我尝试为断点使用命令字符串时:bp comctl32!TV_ButtonDown "wt -m comctl32",跟踪在命中断点后立即停止:
0 system calls were execut
即使我链接到comctl32,我也会得到这个错误:: In function `DSA_Sort(_DSA*, int (*)(void const*, void const*, long long),msys64/mingw64/x86_64-w64-mingw32/include/commctrl.h:5350: undefined reference to `__imp_DSA_Sort' 如果不链接到comctl32