Whats causing this error when compiling?
#1

\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.
Reply
#2

Remove chrono
Reply
#3

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
Reply
#4

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.
Reply
#5

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" 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)