Hi,
I am very new to both Perl and this group so i may be making some
really silly mistakes here, please bare with me.
I installed Cava tonight to change my .pl file into an .exe
I know that the file itself works fine as when i run it using the
command prompt (ie "perl
myfile.pl") it runs perfectly.
However, i tried to convert tonight and i had several issues.
Firstly i had to add several .dll files to the "additional bin
libraries" so they are automatically placed with the .exe file to be
distributed. Is there a way to avoid this?
Secondly, once i have those file issues sorted i get the following
when i try to run the .exe:
GLib-GObject-CRITICAL **: g_object_steal_qdata: assertion `quark > 0'
failed at
registry.pl line 328.
GLib-GObject-CRITICAL **: g_object_set_qdata_full: assertion `quark >
0' failed
at
registry.pl line 328.
GLib-GObject-CRITICAL **: g_object_steal_qdata: assertion `quark > 0'
failed at
registry.pl line 329.
GLib-GObject-CRITICAL **: g_object_set_qdata_full: assertion `quark >
0' failed
at
registry.pl line 329.
Can't locate object method "signal_connect" via package "Gtk2::Window"
at regist
ry.pl line 337.
So, what do i do now?
Thanks in advance!
Dan