duilib / duilib

MIT License
5.72k stars 1.96k forks source link

vc6 can be use duilib? i meet some error when build it, is there anyone can help me? #229

Open Taiyulu opened 2 years ago

Taiyulu commented 2 years ago

error C2496: 'private: static struct DuiLib::DUI_MSGMAP_ENTRY const * const DuiLib::CNotifyPump::_messageEntries' : 'selectany' can only be applied to statically initialized data items with ext WinImplBase.cpp UIBase.cpp

two file UIBase and WinImplBase,when i shield all messagemap , it can build with no error. is there anyone can tell me ,how to deal about it?