Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Problem running a small win32::guitest program packaged with perlapp

by jand (Friar)
on Feb 11, 2009 at 22:20 UTC ( [id://743189]=note: print w/replies, xml ) Need Help??


in reply to Problem running a small win32::guitest program packaged with perlapp

I suspect you have installed a version of Win32::GuiTest that has been compiled with newer version of VC++. That way GuiTest.dll will have a dependency on MSVCR80.dll or whatever version it is you are using. This will fail on machines that don't have this library installed. I think newer versions of PerlApp will automatically try to bundle any versioned MSVCRT libs, but if you are using an older PerlApp, you'll have to do that yourself using the --bind option with the "extract" suboption.

Alternatively you could install a version of Win32::GuiTest that only uses MSVCRT.dll, which seems to be the case for the package from the UWinnipeg PPM repository.

  • Comment on Re: Problem running a small win32::guitest program packaged with perlapp

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-20 02:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found