---------- Forwarded message ----------
From: starwing <weasley...@gmail.com>
Date: 2010/11/19
Subject: wxLua crashes when mouse hover on the frame window :-(
To: lua-l <lu...@lists.lua.org>


the same dll file, and the same script, but my wxlua program crashes when
the mouse hover on the *any* window that shows on screen :-(.

but the script acts great on other guys computer.

hope anybody knows how this happened...  I use Windows XP and Lua For
WIndows 5.1..

btw, how to debug thus crash in windows?

the script:

require "wx"

frame = nil
function main()
    frame = wx.wxFrame( wx.NULL, wx.wxID_ANY, "wxLua",
                        wx.wxDefaultPosition, wx.wxSize(450, 450),
                        wx.wxDEFAULT_FRAME_STYLE )

    panel = wx.wxPanel(frame, wx.wxID_ANY)
    frame:Show(true)
end

main()

wx.wxGetApp():MainLoop()
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to