SA-MP Forums Archive
YSI_MD5 error. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: YSI_MD5 error. (/showthread.php?tid=121104)



YSI_MD5 error. - Martin_M - 15.01.2010

Код:
C:\pawno\include\YSI_MD5.inc(99) : error 017: undefined symbol "strlen"
C:\pawno\include\YSI_MD5.inc(99) : warning 217: loose indentation
C:\pawno\include\YSI_MD5.inc(99) : warning 215: expression has no effect
C:\pawno\include\YSI_MD5.inc(99) : error 001: expected token: ";", but found ")"
C:\pawno\include\YSI_MD5.inc(99) : error 029: invalid expression, assumed zero
C:\pawno\include\YSI_MD5.inc(99) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
YSI_MD5.inc:
Код:
	new
		md5Data[E_MD5_CONTEXT],
		done,
		digest[33],
		len = strlen(str); // 99 line
Thanks for help.



Re: YSI_MD5 error. - Martin_M - 15.01.2010

Quote:
Originally Posted by Y_Leѕѕ
Did you include this before or after a_samp?
SOLVED. Thanks. :]