Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. d:\team6\project\source\roadrage\game\missions\RRMissionManager.h(23): error C2504: 'FEventSystem': base class undefined
  2. 19>D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.h(23): error C2504: 'FEventSystem': base class undefined
  3. 19>D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.h(23): error C2504: 'FEventSystem': base class undefined
  4. 19>D:\TEAM6\Project\Source\RoadRage\Game\Traffic\RRTrafficManager.cpp(28): error C2039: 'AddEventListener': is not a member of 'ARRMissionManager'
  5. 19> D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.h(23): note: see declaration of 'ARRMissionManager'
  6. 19>D:\TEAM6\Project\Source\RoadRage\Game\Traffic\RRTrafficManager.cpp(34): error C2039: 'AddEventListener': is not a member of 'ARRMissionManager'
  7. 19> D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.h(23): note: see declaration of 'ARRMissionManager'
  8. 19>d:\team6\project\source\roadrage\game\missions\RRMissionManager.h(23): error C2504: 'FEventSystem': base class undefined
  9. 19>D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.cpp(28): error C3861: 'DispatchEvent': identifier not found
  10. 19>D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.cpp(34): error C3861: 'DispatchEvent': identifier not found
  11. 19>D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.cpp(76): error C3861: 'DispatchEvent': identifier not found
  12. 19>D:\TEAM6\Project\Source\RoadRage\Game\Missions\RRMissionManager.h(23): error C2504: 'FEventSystem': base class undefined
  13. 19>d:\team6\project\source\roadrage\game\missions\RRMissionManager.h(23): error C2504: 'FEventSystem': base class undefined
  14. 19> EventDispatcher.cpp
  15. 19> RoadRage.generated.cpp
  16. 19>D:\TEAM6\Project\Source\RoadRage\Utils\EventDispatcher.cpp(28): error C2653: 'FEventSystem': is not a class or namespace name
  17. 19>D:\TEAM6\Project\Source\RoadRage\Utils\EventDispatcher.cpp(28): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  18. 19>D:\TEAM6\Project\Source\RoadRage\Utils\EventDispatcher.cpp(30): error C4508: 'FEventSystem': function should return a value; 'void' return type assumed
  19. 19>D:\TEAM6\Project\Source\RoadRage\Utils\EventDispatcher.cpp(32): error C2653: 'FEventSystem': is not a class or namespace name
  20. 19>D:\TEAM6\Project\Source\RoadRage\Utils\EventDispatcher.cpp(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  21. 19>D:\TEAM6\Project\Source\RoadRage\Utils\EventDispatcher.cpp(32): error C2084: function 'int FEventSystem(void)' already has a body
  22. 19> D:\TEAM6\Project\Source\RoadRage\Utils\EventDispatcher.cpp(28): note: see previous definition of 'FEventSystem'
  23. 19>D:\TEAM6\Project\Source\RoadRage\Game/Missions/RRMissionManager.h(23): error C2504: 'FEventSystem': base class undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement