From: Paul K <pau...@ya...> - 2013-01-20 06:27:35
|
Hi All, Does anyone have an example of how multiple views can be used in wxlua? I looked at the documentation here http://www.yellowbrain.com/stc/mult_views.html, but even a simple code like this crashes the app: local pointer = ed:GetDocPointer() ed:ReleasePointer(pointer) I tried several other combinations that I thought would work, but all cause app crashes with the same error (c000005). Is there a working combination that allows me to have two views of the same document? I'm running on Windows using wxlua 2.8.12.x and wxwidgets 2.8.12. Paul. |