REPLACING dini with dini2 include
#1

Hello.
Im working on my gamemode, which is in DINI.And i choosed to use dini2.inc instead of dini.
Now, I replace it in script(#include <dini2>) and include gives me this errors:

Код:
 C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(21) : error 075: input line too long (after substitutions)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(23) : error 010: invalid function or declaration
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(31) : error 075: input line too long (after substitutions)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(33) : error 010: invalid function or declaration
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(41) : error 075: input line too long (after substitutions)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(43) : error 010: invalid function or declaration
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(51) : error 075: input line too long (after substitutions)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(53) : error 010: invalid function or declaration
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(61) : error 075: input line too long (after substitutions)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(63) : error 010: invalid function or declaration
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(69) : error 075: input line too long (after substitutions)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(71) : error 020: invalid symbol name ""
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(77) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(89) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(91) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(91) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(93) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(93) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(99) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(101) : warning 213: tag mismatch
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(101) : error 001: expected token: ";", but found "for"
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(101) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(103) : warning 213: tag mismatch
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(103) : error 001: expected token: ")", but found "["
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(103) : error 029: invalid expression, assumed zero
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(103) : warning 215: expression has no effect
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(103) : error 001: expected token: ";", but found "]"
C:\Users\\Desktop\LGRP\pawno\include\dini2.inc(103) : fatal error 107: too many error messages on one line

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


25 Errors.
I tried to update my includes, but the problem is still here.
NOTE: dini2.inc is the latest released version from @Gammix
Reply
#2

Show me those error lines of code.
Reply
#3

Look at the pic, and up here at error lines...
http://prntscr.com/kio2oo
http://prntscr.com/kio2v5
http://prntscr.com/kio316
Reply
#4

PHP код:
error 075input line too long (after substitutions
can be fixed by using community compiler
Reply
#5

Can you give me download link for that compiler?
Reply
#6

https://github.com/pawn-lang/compiler/releases
Reply
#7

How to use it now to remove that errors?
Reply
#8

bump...
Reply
#9

What those errors suggest to me is that you didn't copy the include properly, there are some extra spaces and lines which is probably causing those errors.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)