Talk:VGUI Task List: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(czelpasmonc)
Line 1: Line 1:
pasoloouel
We're interested in implimenting something similar to the task list you posted here, but are getting many errors in the compilation.  We've created the files and copied and pasted into Visual Studio .NET 2003.  Some of the errors we get are:
We're interested in implimenting something similar to the task list you posted here, but are getting many errors in the compilation.  We've created the files and copied and pasted into Visual Studio .NET 2003.  Some of the errors we get are:



Revision as of 11:17, 22 February 2008

pasoloouel We're interested in implimenting something similar to the task list you posted here, but are getting many errors in the compilation. We've created the files and copied and pasted into Visual Studio .NET 2003. Some of the errors we get are:

  • \src\dlls\entitylist.h(133): error C2572: 'CGlobalEntityList::FindEntityByName' : redefinition of default parameter : parameter 4
  • \src\dlls\entitylist.h(133): error C2535: 'C_BaseEntity *CGlobalEntityList::FindEntityByName(C_BaseEntity *,const char *,C_BaseEntity *,C_BaseEntity *)' : member function already defined or declared
  • \src\dlls\entitylist.h(133): error C2548: 'CGlobalEntityList::FindEntityByName' : missing default parameter for parameter 4
  • \src\dlls\entityoutput.h(76): error C2146: syntax error : missing ';' before identifier 'm_Value'
  • \src\dlls\entityoutput.h(76): error C2501: 'CBaseEntityOutput::variant_t' : missing storage-class or type specifiers

etc.

We were wondering if someone could let us know how exactly to add the new files into the project so that it may compile properly. Thanks for any help! Method3 17:29, 19 Apr 2006 (PDT)