MadMOOK
Hoo
- Joined
- Apr 20, 2011
- Messages
- 802
- Reaction score
- 44
UPDATED: I only have 1 chunk of errors now, I had to change all the (it atteibute.blah) to attribute->
Also.. attributesmod.cpp does not show up in output from build when i rebuild tfs
Any way here is errors with item.cpp
I cant do this one myself cuz im clueless.. first one was easy for me
0.3.7 10.10 64x
Here is new item.cpp http://pastebin.com/XCtEzKxm
Also.. attributesmod.cpp does not show up in output from build when i rebuild tfs
Any way here is errors with item.cpp
I cant do this one myself cuz im clueless.. first one was easy for me
0.3.7 10.10 64x
Code:
1>..\item.cpp(1190): error C2065: 'begin' : undeclared identifier
1>..\item.cpp(1192): error C2065: 'begin' : undeclared identifier
1>..\item.cpp(1201): error C2065: 'begin' : undeclared identifier
1>..\item.cpp(1204): error C2059: syntax error : 'else'
1>..\item.cpp(1205): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1467): error C2059: syntax error : '}'
1>..\item.cpp(1467): error C2143: syntax error : missing ';' before '}'
1>..\item.cpp(1470): error C2059: syntax error : 'else'
1>..\item.cpp(1471): error C2059: syntax error : 'constant'
1>..\item.cpp(1471): error C2059: syntax error : ')'
1>..\item.cpp(1472): error C2059: syntax error : 'else'
1>..\item.cpp(1473): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1473): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1479): error C2059: syntax error : 'else'
1>..\item.cpp(1480): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1480): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1487): error C2059: syntax error : 'else'
1>..\item.cpp(1488): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1488): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1519): error C2059: syntax error : 'else'
1>..\item.cpp(1523): error C2059: syntax error : 'if'
1>..\item.cpp(1524): error C2059: syntax error : 'string'
1>..\item.cpp(1524): error C2059: syntax error : ')'
1>..\item.cpp(1526): error C2059: syntax error : 'if'
1>..\item.cpp(1527): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1527): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1563): error C2059: syntax error : 'if'
1>..\item.cpp(1566): error C2059: syntax error : 'if'
1>..\item.cpp(1567): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1567): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1593): error C2059: syntax error : 'if'
1>..\item.cpp(1594): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1594): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1605): error C2059: syntax error : 'if'
1>..\item.cpp(1607): error C2059: syntax error : 'else'
1>..\item.cpp(1610): error C2065: 's' : undeclared identifier
1>..\item.cpp(1610): error C2228: left of '.str' must have class/struct/union
1> type is ''unknown-type''
1>..\item.cpp(1611): error C2059: syntax error : 'if'
1>..\item.cpp(1612): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1612): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1623): error C2059: syntax error : 'if'
1>..\item.cpp(1628): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1628): error C2447: '{' : missing function header (old-style formal list?)
1>..\item.cpp(1672): error C2059: syntax error : 'return'
1>..\item.cpp(1673): error C2059: syntax error : '}'
1>..\item.cpp(1673): error C2143: syntax error : missing ';' before '}'
1>..\item.cpp(1676): error C2143: syntax error : missing ';' before '{'
1>..\item.cpp(1676): error C2447: '{' : missing function header (old-style formal list?)
Here is new item.cpp http://pastebin.com/XCtEzKxm
Last edited: