error C2661: “CEGUI::SubscriberSlot::SubscriberSlot”: 没有重载函数接受 2 个参数

这个时候请检查消息处理函数HandleSomething

必须是bool而且必须要有const CEGUI::EventArgs& e作为参数.

bool HandleSomething (const CEGUI::EventAtgs& e);

你可能感兴趣的:(c)