Thread Hilfe bei perl2exe und Toolbar (1 answers)
Opened by Achim at 2012-07-05 08:39

Jejerod
 2012-07-05 09:40
#159599 #159599
User since
2011-10-12
16 Artikel
BenutzerIn
[default_avatar]
perl2exe bekommt nicht immer mit was alles an Modulen oder includes benötigt wird. Hast du es mit den #perl2exe_include pragmas versucht, wie in der Dokumentation beschrieben?

Quote
4. "Can't locate somemodule.pm in @INC at myscript.pl line 1" error message
If you get an error message like the one above, you can force the missing module to be compiled into the exe by adding a line like one of the following to your script:

#perl2exe_include "somemodule.pm";

Or if the message is "Can't locate Foo/Bar.pm in ...":

#perl2exe_include "Foo/Bar.pm";

(http://www.indigostar.com/pxman.html)

View full thread Hilfe bei perl2exe und Toolbar