Advertisement
BloodknightStudios

Untitled

Jul 18th, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error C2664 'void GFXDrawUtil::drawRectFill(const RectF &,const LinearColorF &)': cannot convert argument 1 from 'RectI' to 'const RectF &' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxSpellCastBar.cpp 143
  3. Error (active) E0349 no operator "=" matches these operands AFX_310 d:\ProjectSCGS\torque3d\Engine\source\afx\ce\afxZodiacMgr.cpp 61
  4. Error (active) E0349 no operator "=" matches these operands AFX_310 d:\ProjectSCGS\torque3d\Engine\source\afx\ce\afxZodiacMgr.cpp 84
  5. Error C2679 binary '=': no operator found which takes a right-hand operand of type 'LinearColorF' (or there is no acceptable conversion) AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ce\afxZodiacMgr.cpp 61
  6. Error C2679 binary '=': no operator found which takes a right-hand operand of type 'LinearColorF' (or there is no acceptable conversion) AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ce\afxZodiacMgr.cpp 84
  7. Error C2440 'initializing': cannot convert from 'const LinearColorF' to 'ColorI' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\afxResidueMgr.cpp 417
  8. Error C2440 '=': cannot convert from 'const int' to 'SceneObject *' (compiling source file D:\ProjectSCGS\torque3d\Engine\source\afx\afxSelectron.cpp) AFX_310 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\tuple 501
  9. Error C2440 '=': cannot convert from 'const int' to 'afxEffectronData *' (compiling source file D:\ProjectSCGS\torque3d\Engine\source\afx\afxEffectron.cpp) AFX_310 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\tuple 501
  10. Error C2440 '=': cannot convert from 'const int' to 'SceneObject *' (compiling source file D:\ProjectSCGS\torque3d\Engine\source\afx\afxMagicSpell.cpp) AFX_310 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.25017\include\tuple 501
  11. Error C2664 'void GFXDrawUtil::drawRectFill(const RectF &,const LinearColorF &)': cannot convert argument 1 from 'const RectI' to 'const RectF &' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxSpellCastBar.cpp 130
  12. Error C2664 'void GFXDrawUtil::drawRect(const RectF &,const LinearColorF &)': cannot convert argument 1 from 'const RectI' to 'const RectF &' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxSpellCastBar.cpp 149
  13. Error C2664 'void GFXDrawUtil::drawRectFill(const RectF &,const LinearColorF &)': cannot convert argument 1 from 'const RectI' to 'const RectF &' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxGuiTextHud.cpp 105
  14. Error C2664 'void GFXDrawUtil::drawRect(const RectF &,const LinearColorF &)': cannot convert argument 1 from 'const RectI' to 'const RectF &' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxGuiTextHud.cpp 279
  15. Error C2664 'void GFXDrawUtil::setBitmapModulation(const ColorI &)': cannot convert argument 1 from 'LinearColorF' to 'const ColorI &' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxGuiTextHud.cpp 303
  16. Error C2838 'SuperType': illegal qualified name in member declaration (compiling source file D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxTSCtrl.cpp) AFX_310 D:\ProjectSCGS\torque3d\Engine\source\console\engineTypes.h 122
  17. Error C3646 'SuperType': unknown override specifier (compiling source file D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxTSCtrl.cpp) AFX_310 D:\ProjectSCGS\torque3d\Engine\source\console\engineTypes.h 122
  18. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file D:\ProjectSCGS\torque3d\Engine\source\afx\ui\afxTSCtrl.cpp) AFX_310 D:\ProjectSCGS\torque3d\Engine\source\console\engineTypes.h 122
  19. Error C2440 'initializing': cannot convert from 'std::tuple<>' to 'std::tuple<T *>' AFX_310 D:\ProjectSCGS\torque3d\Engine\source\console\engineFunctions.h 125
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement