$: << '.'
Kernel.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()Dann noch die fox16.so ins Verzeichnis und schon bekommt man den Fehler im Testplay: RGSS2 Player funktioniert nicht mehr.