B
bobbyorama
just ran ruby184-20.exe on win98 box and rebooted
getting this after running FXRuby test.rb
"abnormal program termination"
require 'fox16'
include Fox
application = FXApp.new("Hello", "FoxTest")
main = FXMainWindow.new(application, "Hello", nil, nil, DECOR_ALL)
FXButton.new(main, "&Hello, World!", nil, application, FXApp::ID_QUIT)
application.create()
main.show(PLACEMENT_SCREEN)
application.run()
don't get the abnormal termination if I comment out application.create,
but, of course, nothing "happens" without create
any advice?
thanks
getting this after running FXRuby test.rb
"abnormal program termination"
require 'fox16'
include Fox
application = FXApp.new("Hello", "FoxTest")
main = FXMainWindow.new(application, "Hello", nil, nil, DECOR_ALL)
FXButton.new(main, "&Hello, World!", nil, application, FXApp::ID_QUIT)
application.create()
main.show(PLACEMENT_SCREEN)
application.run()
don't get the abnormal termination if I comment out application.create,
but, of course, nothing "happens" without create
any advice?
thanks