GTK and Ocra problem

HI guys, for first sorry for my english.

I’m trying to create and exe file with Ocra gem under Win Vista but the
result is an application window without text for labels and buttons, i
can see only little squares for each charachter.

No problems, instead, creating an exe file with Fx or Wx GUI Toolkit.

I’ve tried to use rubyscript2exe but i obtain a long list of errors even
if i try to create a simple shell script.

Tnx.

Yuri R. wrote:

HI guys, for first sorry for my english.

I’m trying to create and exe file with Ocra gem under Win Vista but the
result is an application window without text for labels and buttons, i
can see only little squares for each charachter.

No problems, instead, creating an exe file with Fx or Wx GUI Toolkit.

I’ve tried to use rubyscript2exe but i obtain a long list of errors even
if i try to create a simple shell script.

Tnx.

Hi I had your same issue under WinXp. This is because the GTK library is
not at all copied in the temporary directory that OCRA generates. So I
got it fixed for my application modifying the ocra file to add the
folders of my GTK directory.
I asked the developer to optimize my coarse solution just today.

Bye