From: John L. <jla...@gm...> - 2013-01-30 05:18:31
|
On Tue, Jan 29, 2013 at 1:53 PM, Paul K <pau...@ya...> wrote: > Hi John, > > I also looked at wxSTEditor::RefEditor (src/stedit.cpp) that has > similar logic, but it didn't shed any light on why what I am doing > below is not working. > >> local docpointer = e1:GetDocPointer() >> e2:AddRefDocument(docpointer) --<-- crashes here Please update from SVN, it should work now. Sorry, I was not correctly handling the void* DocPointers pushed as lightuserdata into Lua correctly. Regards, John |