I can’t use CSplitButton variable,
because
define _WIN32_WINNT RHINO_V5_WINVER <—0x500
if (_WIN32_WINNT >= 0x600) && defined(UNICODE)
class CSplitButton : public CButton
{
…
So, The class of CSplitButton isn’t a definition.
Does Anyone meet this problem ?