http://www.perlmonks.org?node_id=988063


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

Rob, Per your suggestions. I have successfully installed the Win32-GuiTest-1.60 in my system. Thank you very much for the help.

Replies are listed 'Best First'.
Re^3: Trouble Installing Win32::GuiTest
by Anonymous Monk on Aug 21, 2012 at 09:20 UTC
    Hey Anonymous, Can you plz tell me how u compile Win32-GuiTest_1.60 on perl 64 bit 5.14.2 using 64 bit compiler. I am still not able to build successfully even using ExtUtils::FakeConfig. Can you please provide me steps... Thanks.
      switch to 32bit perl

        Hi, I have already installed successfully Win32-GuiTest module on 32 bit perl for windows 32 bit application UI testing. But for 64 bit application Win32-GuiTest module is not working properly. So this enforce me to switch to perl 64 bit which will compile Win32-GuiTest module using 64 bit compiler. So while compiling Win32-GuiTest module on 64 bit perl. It will throw some errors. My idea is to compile this module on perl 64 bit and use this module for testing the windows 64 bit application UI. Thanks.