WUIButton.h约400行的地方://main class for the buttontemplate<typename ButtonStyleTraits = NormalTraits, COLORREF clrShade>
第二个模板参数没有默认参数,编译器报错,手动加个上去就好了如:template<typename ButtonStyleTraits = NormalTraits, COLORREF clrShade = RGB(128, 128, 128)>
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3