lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Jun 26, 2015 at 7:15 AM, Milind Gupta <milind.gupta@gmail.com> wrote:
Here is the link to the discussion I had in 2012 for this:


Regards,
Milind


​Here is diff patch for the ​wxLua-2.8.12.3-src tree:
https://drive.google.com/file/d/0B19rfLak7LN-OGZMZnV1dEhOeFU/view?usp=sharing

​It also includes small changes to wxlua.cpp, wxldserv.cpp and wxlsock.cpp to get debugging working when using wxLua from a dll, such as in the samples editor.wx.lua.

​I did consider wrapping every call to :Connect but it was an interesting problem for me to see if it could work otherwise.