Displaying 1 result from an estimated 1 matches for "wxtest_".
Did you mean:
wxtest
2007 Aug 22
0
[ wxruby-Support Requests-13276 ] can not load wxruby2.so on win98
...ple it will not work.
require "wx"
include Wx
class HelloWorld < App
def on_init
helloframe = Frame.new(nil, -1, "Hello World")
StaticText.new(helloframe,-1,"Hello World")
helloframe.show()
end
end
HelloWorld.new.main_loop
ERROR:
>ruby wxTest_.rb
C:/PROGRAMME/RUBY/lib/ruby/gems/1.8/gems/wxruby-1.9.0-i386-mswin32/lib/wxruby2.so: 1157: Ein der f?r die Ausf?hrung dieser Anwendung notwendige Bibliothekdateien kann nicht gefunden werden. - C:/PROGRAMME/RUBY/lib/ruby/gems/1.8/gems/wxruby-1.9.0-i386-mswin32/lib/wxruby2.so (LoadError)
from C:...