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

Problem compil SM


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Dead-Master
Junior Member
Join Date: Sep 2007
Old 12-21-2008 , 07:04   Problem compil SM
Reply With Quote #1

Quote:
------ Build started: Project: sourcemod_mm, Configuration: Debug - Episode 1 Win32 ------
Compiling...
AdminCache.cpp
e:\sm\core\convarmanager.h(70) : error C2146: syntax error : missing ';' before identifier 'cookie'
e:\sm\core\convarmanager.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
e:\sm\core\convarmanager.h(70) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
e:\sm\core\convarmanager.h(127) : error C2146: syntax error : missing ';' before identifier 'QueryClientConVar'
e:\sm\core\convarmanager.h(127) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
e:\sm\core\convarmanager.h(12 : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
e:\sm\core\convarmanager.h(12 : warning C4183: 'QueryClientConVar': missing return type; assumed to be a member function returning 'int'
e:\sm\core\convarmanager.h(152) : error C2061: syntax error : identifier 'QueryCvarCookie_t'
Code:
struct ConVarQuery
{
	QueryCvarCookie_t cookie;			/**< Cookie that identifies query */
	IPluginFunction *pCallback;			/**< Function that will be called when query is finished */
	cell_t value;						/**< Optional value passed to query function */
};
str 70 -
QueryCvarCookie_t cookie; /**< Cookie that identifies query */
Dead-Master 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:31.


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