PDA

View Full Version : Can Anyone help me??


Epic Titan 69
26-02-2021, 00:25
I tried adding ISHASH.dll to WPI by Bunti_04u

BUT

IDK WHAT ERROR IS THIS...................

https://i.postimg.cc/63cRYrYr/bandicam-2021-02-26-13-36-37-503.jpg

My whole script is here

If anyone can help
THANKS<3..............

EDIT :- I had taken ishash code from this script (https://fileforums.com/showthread.php?t=103336)

KaktoR
26-02-2021, 00:41
Most probably you are missing a function ReleaseCapture before procedure HWMouseDown

Epic Titan 69
26-02-2021, 04:19
Most probably you are missing a function ReleaseCapture before procedure HWMouseDown
I tried the same
But sill getting the same error
Can you edit my script from the attachment or can you write the req code here

KaktoR
26-02-2021, 04:25
I found the required function in "ISSystem.iss" file.

Copy somewhere before procedure HWMouseDown

function ReleaseCapture: Longint;
external '[email protected] stdcall';

Epic Titan 69
26-02-2021, 05:10
I found the required function in "ISSystem.iss" file.

Copy somewhere before procedure HWMouseDown

function ReleaseCapture: Longint;
external '[email protected] stdcall';
It workedd