Andi Idogawa
Andi Idogawa
Thanks for the report. I'm looking into it. Icons used to work, so I'm checking if it works with our unreleased version. Good to see glimmer lib-ui working. It's the...
I tested with the current ocran version on rubygems 1.3.15 and the master version and couldn't get the same error. Can you upload the file with the error and the...
Sorry, I meant the generated .exe file with the opcode error. I want to check if it also shows the same error on a non virtualized windows installation.
@divinity666 The new version 1.3.16 is out. please try again with that one. thanks!
require 'tk' root = TkRoot.new { title "Ex1" } TkLabel.new(root) { text 'Hello, World!' pack { padx 55 ; pady 55; side 'left' } } Tk.mainloop unless defined?(Ocran) Can you...
@shinokaro maybe In the second example something goes wrong at ocra.rb:84.
Okay, thank you very much. I will gladly make a new release when we figure this out. Note: the newest TK libs don't work with the TK gem yet! I'm...
@krepkiy Thanks for your patience. I confirmed that it works with the following command: ocran tk.rb --windows --gem-full=tk --add-all-core --no-autoload How to reproduce. See below or tk.rb in samples. ```shell...
Sorry, I can't work on this today, but I would recommend to try the following: - Checkout this repository or download as zip. - checkout the tk example in the...
Hey @krepkiy It means that the stub.exe file wasn't built inside the gem... It should be built automatically when you do what you did there. However, have you tried Ocran...