Raised This Month: $51 Target: $400
 12% 

Input line is too long


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ufogufo13
New Member
Join Date: Nov 2015
Old 11-29-2015 , 14:30   Input line is too long
Reply With Quote #1

Hello! Im trying to compile the VIP PLUGIN, but compiller says me: error 075: input line too long (after substitutions)

Where im doing a mistake?

CODE:
Code:
	new const queryString[] = "CREATE TABLE IF NOT EXISTS `vips_cs16` (\
			`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\
			`auth_type` INT NOT NULL DEFAULT '0',\
			`auth` VARCHAR(32) NOT NULL,\
			`password` VARCHAR(32) NOT NULL,\
			`flags` VARCHAR(26) NOT NULL,\
			`date_remove` DATE NOT NULL DEFAULT '0000-00-00');";
COMPILER CALBACK:
Code:
vip_manager.sma(1205) : error 075: input line too long (after substitutions)
vip_manager.sma(1206) : error 037: invalid string (possibly non-terminated string)
vip_manager.sma(1208) : warning 217: loose indentation
vip_manager.sma(1208) : error 029: invalid expression, assumed zero
vip_manager.sma(1208) : error 017: undefined symbol "auth_type"
vip_manager.sma(1208) : error 017: undefined symbol "INT"
vip_manager.sma(1208) : fatal error 107: too many error messages on one line
line 1205 is defining var.

Im compiling locally.
THANKS!
ufogufo13 is offline
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 11-29-2015 , 14:38   Re: Input line is too long
Reply With Quote #2

It works fine for me. It might be the line below this that is actually causing the issue.
__________________
Bugsy is offline
ufogufo13
New Member
Join Date: Nov 2015
Old 11-29-2015 , 14:52   Re: Input line is too long
Reply With Quote #3

no waaaayyy.. when im copying source from local machine to my server, something like MAGIC ENERGY made this:
Code:
        new const queryString[2048] = "CREATE TABLE IF NOT EXISTS `vips_cs16` (\

                        `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\

                        `auth_type` INT NOT NULL DEFAULT '0',\

                        `auth` VARCHAR(32) NOT NULL,\

                        `password` VARCHAR(32) NOT NULL,\

                        `flags` VARCHAR(26) NOT NULL,\

                        `date_remove` DATE NOT NULL DEFAULT '0000-00-00');";
blank lines makes errors ;)

thank You!

to close~
ufogufo13 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode