Compiler won't compile with long string
Hello everyone,
I wanted to add some SQL Stuff to my new plugin, and it worked fine until now, but now I've added two more tables in my SQL Query and now the Compiler gets to 25 % CPU (full single-core), generates a empty .amx file and the compiler screen stays black. My Code : PHP Code:
If I remove the two new things it compiles fine. |
Re: Compiler won't compile with long string
Try:
Code:
new szTemp[1024] |
Re: Compiler won't compile with long string
Break the string and use add().
|
Re: Compiler won't compile with long string
Well, I had this problem in the past, and I created Thread about it, but now I know who case that, search in your plugin, for long lines and try to break them like DWIGHTpN said
|
Re: Compiler won't compile with long string
I made two strings using add() and now it's working, thanks.
|
Re: Compiler won't compile with long string
If you are not afraid to compile things and if for your own use, you may want give a try to compile the compiler. Allowing more characters in one line is easy to change, just a define in a file (don't remember which one).
|
Re: Compiler won't compile with long string
Quote:
|
| All times are GMT -4. The time now is 23:14. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.