Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: PerlApp and Win32::Unicode

by IB2017 (Pilgrim)
on Nov 13, 2017 at 20:36 UTC ( [id://1203296]=note: print w/replies, xml ) Need Help??


in reply to Re: PerlApp and Win32::Unicode
in thread PerlApp and Win32::Unicode

THANK YOU! You made my day. It now works. However, I add too add an explicit use arybase; (I have no idea what it is) as it was missed when I run the new exe. The following works fine with my 5.16:

use Win32; use Win32::Unicode; use Win32::Unicode::File; use arybase; print "Hello"

Replies are listed 'Best First'.
Re^3: PerlApp and Win32::Unicode
by AnomalousMonk (Archbishop) on Nov 13, 2017 at 20:45 UTC
    ... add too add an explicit use arybase; (I have no idea what it is) ...

    See arybase on CPAN.


    Give a man a fish:  <%-{-{-{-<

Re^3: PerlApp and Win32::Unicode
by Marshall (Canon) on Nov 14, 2017 at 07:01 UTC
    Hooray! Glad this worked for you.
    I had to do something similar 20+ years ago when I built my first complicated exe with PerlApp. How I figured that out is lost to antiquity.

    If you have a somewhat recent version of PerlApp, I recommend using the GUI. This makes some of the options easier to understand. Just type "perlapp" with no command line args and the GUI will start. It is possible to add an icon for desktop display. I believe it is also possible to force arbitrary files into the exe although I would use that feature with extreme caution and I haven't done that myself. I can mention this now because you are solving your problem in what I consider "the right way". Forcing a .dll manually is not, in my experience "the right way".

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1203296]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-19 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found