Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.02 KB | None | 0 0
  1. 1>------ Build started: Project: DSProject_login, Configuration: Release Win32 ------
  2. 2>------ Build started: Project: DSProject_map, Configuration: Release Win32 ------
  3. 1> blowfish.cpp
  4. 2> blowfish.cpp
  5. 1> db.cpp
  6. 2> db.cpp
  7. 1> kernel.cpp
  8. 2> kernel.cpp
  9. 2> malloc.cpp
  10. 1> malloc.cpp
  11. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\malloc.cpp(72): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
  12. 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
  13. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\malloc.cpp(72): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
  14. 2> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
  15. 2> md52.cpp
  16. 1> md52.cpp
  17. 1> showmsg.cpp
  18. 2> showmsg.cpp
  19. 1> socket.cpp
  20. 2> socket.cpp
  21. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\socket.cpp(541): warning C4018: '<' : signed/unsigned mismatch
  22. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\socket.cpp(585): warning C4018: '>' : signed/unsigned mismatch
  23. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\socket.cpp(586): warning C4018: '>' : signed/unsigned mismatch
  24. 2> sql.cpp
  25. 1> sql.cpp
  26. 2> strlib.cpp
  27. 1> strlib.cpp
  28. 2> timer.cpp
  29. 1> timer.cpp
  30. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(215): warning C4018: '>=' : signed/unsigned mismatch
  31. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(220): warning C4018: '>=' : signed/unsigned mismatch
  32. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(221): warning C4018: '<' : signed/unsigned mismatch
  33. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(222): warning C4018: '>=' : signed/unsigned mismatch
  34. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(222): warning C4018: '>=' : signed/unsigned mismatch
  35. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(232): warning C4018: '>=' : signed/unsigned mismatch
  36. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(282): warning C4018: '<' : signed/unsigned mismatch
  37. 1>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(291): warning C4018: '>=' : signed/unsigned mismatch
  38. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(215): warning C4018: '>=' : signed/unsigned mismatch
  39. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(220): warning C4018: '>=' : signed/unsigned mismatch
  40. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(221): warning C4018: '<' : signed/unsigned mismatch
  41. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(222): warning C4018: '>=' : signed/unsigned mismatch
  42. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(222): warning C4018: '>=' : signed/unsigned mismatch
  43. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(232): warning C4018: '>=' : signed/unsigned mismatch
  44. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(282): warning C4018: '<' : signed/unsigned mismatch
  45. 2>..\..\..\..\..\Desktop\DSProject_src\src\common\timer.cpp(291): warning C4018: '>=' : signed/unsigned mismatch
  46. 1> utils.cpp
  47. 2> utils.cpp
  48. 1> zlib.cpp
  49. 2> zlib.cpp
  50. 1> account.cpp
  51. 2> baseentity.cpp
  52. 1> lobby.cpp
  53. 2> battleentity.cpp
  54. 2> charentity.cpp
  55. 1> login.cpp
  56. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  57. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  58. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  59. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\charentity.cpp(20): error C2065: 'm_event' : undeclared identifier
  60. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\charentity.cpp(20): error C2228: left of '.reset' must have class/struct/union
  61. 2> type is ''unknown-type''
  62. 2> charutils.cpp
  63. 1> login_auth.cpp
  64. 1> login_session.cpp
  65. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  66. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  67. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  68. 2> commandhandler.cpp
  69. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  70. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  71. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  72. 2> item.cpp
  73. 2> item_armor.cpp
  74. 1> Generating code
  75. 2> item_currency.cpp
  76. 1> Finished generating code
  77. 2> Compiling...
  78. 2> item_furnishing.cpp
  79. 1> DSProject_login.vcxproj -> C:\Users\Tooru\Documents\Visual Studio 2010\Projects\DSProject_src\Release\DSProject_login.exe
  80. 2> item_general.cpp
  81. 1>
  82. 1>mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "C:\Users\Tooru\Documents\Visual Studio 2010\Projects\DSProject_src\Release\DSProject_login.exe". Access is denied.
  83. 1>
  84. 2> item_linkshell.cpp
  85. 2> item_puppet.cpp
  86. 2> item_usable.cpp
  87. 2> item_weapon.cpp
  88. 2> itemutils.cpp
  89. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  90. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  91. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  92. 2> item_container.cpp
  93. 2> luautils.cpp
  94. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  95. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  96. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  97. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C2146: syntax error : missing ';' before identifier 'm_event'
  98. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  99. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  100. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\luautils.cpp(100): error C2039: 'm_event' : is not a member of 'CCharEntity'
  101. 2> c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(46) : see declaration of 'CCharEntity'
  102. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\luautils.cpp(100): error C2228: left of '.Script' must have class/struct/union
  103. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\luautils.cpp(100): error C2228: left of '.insert' must have class/struct/union
  104. 2> lua_baseentity.cpp
  105. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  106. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  107. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  108. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C2146: syntax error : missing ';' before identifier 'm_event'
  109. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  110. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  111. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_baseentity.cpp(382): error C2039: 'm_event' : is not a member of 'CCharEntity'
  112. 2> c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(46) : see declaration of 'CCharEntity'
  113. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_baseentity.cpp(382): error C2228: left of '.EventID' must have class/struct/union
  114. 2> lua_event.cpp
  115. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  116. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  117. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  118. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C2146: syntax error : missing ';' before identifier 'm_event'
  119. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  120. 2>c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  121. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_event.cpp(37): error C2039: 'm_event' : is not a member of 'CEventPacket'
  122. 2> c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(20) : see declaration of 'CEventPacket'
  123. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_event.cpp(37): error C2228: left of '.Script' must have class/struct/union
  124. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_event.cpp(37): error C2228: left of '.insert' must have class/struct/union
  125. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_event.cpp(51): error C2039: 'm_event' : is not a member of 'CEventPacket'
  126. 2> c:\users\tooru\desktop\dsproject_src\src\map\lua\../packets/event.h(20) : see declaration of 'CEventPacket'
  127. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_event.cpp(51): error C2228: left of '.Function' must have class/struct/union
  128. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\lua\lua_event.cpp(51): error C2228: left of '.insert' must have class/struct/union
  129. 2> map.cpp
  130. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  131. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  132. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  133. 2> mobentity.cpp
  134. 2> npcentity.cpp
  135. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  136. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  137. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  138. 2> basic.cpp
  139. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  140. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  141. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  142. 2> char.cpp
  143. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  144. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  145. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  146. 2> char_appearance.cpp
  147. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  148. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  149. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  150. 2> char_emotion.cpp
  151. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  152. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  153. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  154. 2> char_equip.cpp
  155. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  156. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  157. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  158. 2> char_jobs.cpp
  159. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  160. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  161. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  162. 2> Compiling...
  163. 2> char_skills.cpp
  164. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  165. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  166. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  167. 2> char_stats.cpp
  168. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  169. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  170. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  171. 2> char_sync.cpp
  172. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  173. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  174. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  175. 2> char_update.cpp
  176. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  177. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  178. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  179. 2> char_update_self.cpp
  180. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  181. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  182. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  183. 2> chat_message.cpp
  184. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  185. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  186. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  187. 2> conquest_map.cpp
  188. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  189. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  190. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  191. 2> downloading_data.cpp
  192. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  193. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  194. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  195. 2> event.cpp
  196. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  197. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  198. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  199. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\event.h(24): error C2146: syntax error : missing ';' before identifier 'm_event'
  200. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  201. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\event.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  202. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(23): error C2065: 'm_event' : undeclared identifier
  203. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(23): error C2228: left of '.EventID' must have class/struct/union
  204. 2> type is ''unknown-type''
  205. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(49): error C2065: 'm_event' : undeclared identifier
  206. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(49): error C2228: left of '.EventID' must have class/struct/union
  207. 2> type is ''unknown-type''
  208. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(53): error C2065: 'm_event' : undeclared identifier
  209. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(53): error C2228: left of '.EventID' must have class/struct/union
  210. 2> type is ''unknown-type''
  211. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(59): error C2065: 'm_event' : undeclared identifier
  212. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(59): error C2228: left of '.Function' must have class/struct/union
  213. 2> type is ''unknown-type''
  214. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(59): error C2228: left of '.size' must have class/struct/union
  215. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(60): error C2039: 'm_event' : is not a member of 'CCharEntity'
  216. 2> c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(46) : see declaration of 'CCharEntity'
  217. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(60): error C2228: left of '.Function' must have class/struct/union
  218. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(60): error C2228: left of '.Function' must have class/struct/union
  219. 2> type is ''unknown-type''
  220. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(62): error C2228: left of '.Script' must have class/struct/union
  221. 2> type is ''unknown-type''
  222. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(62): error C2228: left of '.size' must have class/struct/union
  223. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(63): error C2039: 'm_event' : is not a member of 'CCharEntity'
  224. 2> c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(46) : see declaration of 'CCharEntity'
  225. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(63): error C2228: left of '.Script' must have class/struct/union
  226. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(63): error C2228: left of '.Script' must have class/struct/union
  227. 2> type is ''unknown-type''
  228. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(66): error C2039: 'm_event' : is not a member of 'CCharEntity'
  229. 2> c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(46) : see declaration of 'CCharEntity'
  230. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(66): error C2228: left of '.EventID' must have class/struct/union
  231. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\event.cpp(66): error C2228: left of '.EventID' must have class/struct/union
  232. 2> type is ''unknown-type''
  233. 2> inventory_assign.cpp
  234. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  235. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  236. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  237. 2> inventory_finish.cpp
  238. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  239. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  240. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  241. 2> inventory_item.cpp
  242. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  243. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  244. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  245. 2> inventory_modify.cpp
  246. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  247. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  248. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  249. 2> inventory_size.cpp
  250. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  251. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  252. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  253. 2> key_items.cpp
  254. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  255. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  256. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  257. 2> menu_config.cpp
  258. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  259. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  260. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  261. 2> menu_merit.cpp
  262. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  263. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  264. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  265. 2> message_system.cpp
  266. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  267. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  268. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  269. 2> message_text.cpp
  270. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  271. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  272. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  273. 2> npc_update.cpp
  274. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  275. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  276. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  277. 2> Compiling...
  278. 2> position.cpp
  279. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  280. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  281. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  282. 2> quest_mission_log.cpp
  283. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  284. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  285. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  286. 2> release.cpp
  287. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  288. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  289. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  290. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\release.cpp(24): error C2039: 'm_event' : is not a member of 'CCharEntity'
  291. 2> c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(46) : see declaration of 'CCharEntity'
  292. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packets\release.cpp(24): error C2228: left of '.EventID' must have class/struct/union
  293. 2> server_ip.cpp
  294. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  295. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  296. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  297. 2> server_message.cpp
  298. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  299. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  300. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  301. 2> stop_downloading.cpp
  302. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  303. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  304. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  305. 2> wide_scan.cpp
  306. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  307. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  308. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  309. 2> zone_in.cpp
  310. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  311. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  312. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  313. 2> zone_visited.cpp
  314. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  315. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  316. 2>c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  317. 2> packet_system.cpp
  318. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  319. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  320. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  321. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packet_system.cpp(221): error C2039: 'm_event' : is not a member of 'CCharEntity'
  322. 2> c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(46) : see declaration of 'CCharEntity'
  323. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packet_system.cpp(221): error C2228: left of '.EventID' must have class/struct/union
  324. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packet_system.cpp(421): error C2039: 'm_event' : is not a member of 'CCharEntity'
  325. 2> c:\users\tooru\desktop\dsproject_src\src\map\packets\../charentity.h(46) : see declaration of 'CCharEntity'
  326. 2>..\..\..\..\..\Desktop\DSProject_src\src\map\packet_system.cpp(421): error C2228: left of '.reset' must have class/struct/union
  327. 2> transport.cpp
  328. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  329. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  330. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  331. 2> vana_time.cpp
  332. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  333. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  334. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  335. 2> zone.cpp
  336. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  337. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  338. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  339. 2> zoneutils.cpp
  340. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C2146: syntax error : missing ';' before identifier 'm_event'
  341. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  342. 2>c:\users\tooru\desktop\dsproject_src\src\map\charentity.h(52): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  343. ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement