|
|
|
#1
|
|||
|
|||
|
I tried adding ISHASH.dll to WPI by Bunti_04u
BUT IDK WHAT ERROR IS THIS................... ![]() My whole script is here If anyone can help THANKS<3.............. EDIT :- I had taken ishash code from this script Last edited by Epic Titan 69; 26-02-2021 at 00:39. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Most probably you are missing a function ReleaseCapture before procedure HWMouseDown
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Epic Titan 69 (26-02-2021) | ||
|
#3
|
|||
|
|||
|
Quote:
But sill getting the same error Can you edit my script from the attachment or can you write the req code here |
|
#4
|
||||
|
||||
|
I found the required function in "ISSystem.iss" file.
Copy somewhere before procedure HWMouseDown Code:
function ReleaseCapture: Longint; external '[email protected] stdcall';
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Epic Titan 69 (26-02-2021) | ||
|
#5
|
|||
|
|||
|
Quote:
|
![]() |
|
|