in reply to Re^14: Trouble Installing Win32::GuiTest
in thread Trouble Installing Win32::GuiTest

Hi Rob, Thanks once again for your help. I have copied all dll files present in strawberry perl to c:\perl64\bin and ran the installation. Thankfully, I was able to install Win32::GuiTest module on perl64 successfully. But my problem still not solved reason being, I have a automated framework suite where I have used Win32::GuiTest module to test the GUI functionality of the windows application 32 bit and 64 bit. This module perfectly working fine for 32 bit application but for 64 bit application it fails for APIs like GetPopupHandle, GetListContents etc. Moreover with this I have one more module named "TreeView.pm" (Win32::GuiTest::TreeView) this module basically traverse the systreeview class and provide us the relevant information but this module also not working properly on windows 64 bit application. So, unfortunately again I got stuck and wondering now what to do and also want to know that this module Win32::GuiTest compiled as 64 bit by 64 bit compiler or its simply installed as 32 bit. Thanks.

  • Comment on Re^15: Trouble Installing Win32::GuiTest

Replies are listed 'Best First'.
Re^16: Trouble Installing Win32::GuiTest
by syphilis (Archbishop) on Aug 22, 2012 at 12:16 UTC
    for 64 bit application it fails for APIs like GetPopupHandle, GetListContents etc.

    I don't know whether that happens because all of the files you copied across have broken Ruben's compiler ... or whether its' something that's happening for other reasons.

    If you like to provide a small script that demonstrates your problem on 64-bit perls (and is something that I could run), I'll give it a run (using my 64-bit compiler, which I know to be unbroken) and see if I get the same problem.
    (Probably best to provide the demo in a new thread - I don't think there would be many people still following *this* thread.)

    Cheers,
    Rob
Re^16: Trouble Installing Win32::GuiTest
by BrowserUk (Patriarch) on Aug 22, 2012 at 12:25 UTC

    FWIW: Win32::GuiTest version 1.60 compiles & tests okay, if a little noisily using MSVC 64-bit:

    If there are any specific tests you want run for comparison purposes ...


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    The start of some sanity?