Jump to content

CraniumZero

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by CraniumZero

  1. Nope, not that as well. The DLL loaded was the correct one. In fact I also tried rename FastFind64.dll to FastFind.dll and it won't even load the DLL at all. I've tried running the script on a Windows XP (32-bit) machine and it had the same error message. Could this be an issue with FFSetWnd on the 32-bit version of the DLL?
  2. I'm aware of the forum rules here (been lurking for some time), so I'll refrain from discussing anything that pertains to the game (let's simply take it as a DirectX application). I forgot to highlight the fact that the exact same AU3 code works on a Windows 7 Pro x64 machine of mine. Does your library have any dependencies that I need to install beforehand in order for it to be fully functional (other than AutoIt itself, of course)?
  3. Hi, I'm trying to call FFSnapshot() on a particular game client after setting FFSetWnd to its window handle but it always give a pop-up that says "SnapShot(0, 0, 0, 0, 0, FFFFFFFF) failed", followed by another one that says "IsArray($Res):1 - Ubound($Res):6 - $Res[0]: 0". Environment is as stated below: AutoIt 3.3.8.1 FastFind 2.2 Windows 7 Pro x86 I have tried installing VC++2010 Redist but it didn't help. The issue doesn't occur with another computer running Windows 7 Pro x64 either, and when I set FFSetWnd to Notepad, it works fine as well. What else should I try to resolve this issue? Regards, CraniumZero
×
×
  • Create New...