SA-MP Forums Archive
Whats causing this error when compiling? - 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)
+--- Thread: Whats causing this error when compiling? (/showthread.php?tid=662114)



Whats causing this error when compiling? - aKnoxx - 24.12.2018

\pawno\include\chrono.inc(75) : error 075: input line too long (after substitutions)
\pawno\include\chrono.inc(77) : error 010: invalid function or declaration

I downloaded the chrono.inc from the thread and haven't touched it at all.


Re: Whats causing this error when compiling? - GeorgeLimit - 24.12.2018

Remove chrono


Re: Whats causing this error when compiling? - Axel2801 - 24.12.2018

A compiled program can be opened and run by a user. ... A compile time error is a problem such as a syntax error or missing file reference that prevents the program from successfully compiling. The compiler produces compile time errors and usually indicates what line of the source code is causing the problem.Jul 6, 2011


Re: Whats causing this error when compiling? - Axel2801 - 24.12.2018

A compiled program can be opened and run by a user. ... A compile time error is a problem such as a syntax error or missing file reference that prevents the program from successfully compiling. The compiler produces compile time errors and usually indicates what line of the source code is causing the problem.


Re: Whats causing this error when compiling? - AlfaSufaIndo - 24.12.2018

I know why that happen xD

The // comment on chrono.inc is too long-,- so you can remove that comment

Change
PHP код:
#define SECOND            "%S" //Blablablalblablablbalbalbalbalblbalblbalbablablabla 
To
PHP код:
#define SECOND            "%S"