Raised This Month: $ Target: $400
 0% 

Input line is too long


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 18:06.


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