From: 周训华 <90...@qq...> - 2014-01-03 03:43:20
|
Hi, I'm trying make application by wxLua。I want to post/send windows message(in C++) to wxWindow(created in lua ),so I need get the window's handle. But the class "wxWindow" 's method "void* GetHandle" can not return a right value to use in C++. So,I hope the wxWindow's method "GetHandle" return a "long" as same as in wxPython. Looking forward to your reply,Thanks. Johnny |