浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

WUIButton.h约400行的地方:
//main class for the button
template<typename ButtonStyleTraits = NormalTraits, COLORREF clrShade>

第二个模板参数没有默认参数,编译器报错,手动加个上去就好了如:
template<typename ButtonStyleTraits = NormalTraits, COLORREF clrShade = RGB(128, 128, 128)>

posted on 2004-09-16 11:47  浙林龙哥  阅读(517)  评论(0编辑  收藏  举报