foreach.inc plugin error
#1

Код:
D:\Users\Mendia\Desktop\DAH\pawno\include\foreach.inc(228) : fatal error 100: cannot read from file: "YSI\y_natives"

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


1 Error.
How I can fix it?
Reply
#2

Here you go:

Click me
Reply
#3

You are missing some files in your includes folder. Make sure you unpacked all the files that comes with foreach.
Reply
#4

foreach is an include and not plugin. Open foreach.inc and goto line 228.

Change:
pawn Код:
#include <YSI\y_natives>
to:
pawn Код:
#include <YSI\internal\y_natives>
And you also need YSI library into pawno\include folder.
Reply
#5

Okay new another problem than you guys, now:

fatal error 111: user error: "House system request foreach.inc"

Код:
#if !defined _foreach_included
	#error "House system request foreach.inc"
#endif
Whats wrong now?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)