PDA

View Full Version : Inno {code:NoDS} And CheckError Errors.......


Epic Titan 69
27-03-2021, 20:37
Can Anyone Help me in correcting me with This.........

https://i.ibb.co/KrWwMX5/Annotation-2021-03-28-095639.png (https://ibb.co/KrWwMX5)

Even On changing {code:NoDS} To {pf}

I am getting This error........

https://i.ibb.co/k9ckh6h/Annotation-2021-03-28-095923.png (https://ibb.co/k9ckh6h)

If Anyone Can help ..........

I have attached my script below:D

ffmla
27-03-2021, 21:10
You need to add this lines at the end of the script.

[code]
var
ISDoneError:boolean;

function CheckError:boolean;
begin
result:= not ISDoneError;
end;

anyway you may try create the clean script, Extracting the content and compile create lot of problem, and cannot figure out which one raise error.

PS:
If you want to use NoSD means you need to add NoSD function separately.

Below script contain NoSD
R.G Catalyst v2 (https://fileforums.com/showthread.php?t=96878)

Epic Titan 69
27-03-2021, 22:07
You need to add this lines at the end of the script.



anyway you may try create the clean script, Extracting the content and compile create lot of problem, and cannot figure out which one raise error.

PS:
If you want to use NoSD means you need to add NoSD function separately.

Below script contain NoSD
R.G Catalyst v2 (https://fileforums.com/showthread.php?t=96878)
I Will try this out