Skip to content

Instantly share code, notes, and snippets.

@jherico
Created December 2, 2014 03:56
Show Gist options
  • Save jherico/3ae4124e00a6f4369076 to your computer and use it in GitHub Desktop.
Save jherico/3ae4124e00a6f4369076 to your computer and use it in GitHub Desktop.
1>------ Build started: Project: ExampleCommon, Configuration: Debug Win32 ------
1> Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x86
1> Copyright (C) Microsoft Corporation. All rights reserved.
1>
1> cl /c /IC:\Users\bdavis\Git\OculusRiftExamples\build32\examples\cpp\common /IC:\Users\bdavis\Git\OculusRiftExamples\examples\cpp\common /I"C:\dev\opencv-2.4.9\build\include" /I"C:\dev\opencv-2.4.9\build\include\opencv" /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtCore /I"c:\Qt\Qt5.4.0\5.4\msvc2013_opengl\mkspecs\win32-msvc2013" /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtWidgets /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtGui /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtQuickWidgets /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtQuick /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtQml /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtNetwork /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtOpenGL /Ic:\Qt\Qt5.4.0\5.4\msvc2013_opengl\include\QtXml /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\boost /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\glm /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\implement /IC:\Users\bdavis\Git\OculusRiftExamples\build32\libraries\oglplus\include /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\glew\include /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\glfw\include /IC:\Users\bdavis\Git\OculusRiftExamples\resources\cpp /IC:\Users\bdavis\Git\OculusRiftExamples\build32\resources /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\OpenCTM /IC:\Users\bdavis\Git\OculusRiftExamples\libraries\OculusSDK\LibOVR\Src /Zi /W3 /WX- /MP /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D UNICODE /D _UNICODE /D GLEW_STATIC /D QT_CORE_LIB /D QT_WIDGETS_LIB /D QT_GUI_LIB /D QT_QUICKWIDGETS_LIB /D QT_QUICK_LIB /D QT_QML_LIB /D QT_NETWORK_LIB /D QT_OPENGL_LIB /D QT_XML_LIB /D OGLPLUS_USE_GLEW=1 /D OGLPLUS_USE_BOOST_CONFIG=1 /D OGLPLUS_NO_SITE_CONFIG=1 /D "CMAKE_INTDIR=\"Debug\"" /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MTd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"ExampleCommon.dir\Debug\\" /Fd"ExampleCommon.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt C:\Users\bdavis\Git\OculusRiftExamples\examples\cpp\common\Platform.cpp
1>
1> Platform.cpp
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(71): error C2610: 'oglplus::Angle<T>::Angle(oglplus::Angle<T> &&)' : is not a special member function which can be defaulted
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(331) : see reference to class template instantiation 'oglplus::Angle<T>' being compiled
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(427): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(454): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(484): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(489): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(519): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(524): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(542): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(560): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(577): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/angle.hpp(594): error C2264: 'oglplus::Angle<GLfloat>::Angle' : error in function definition or declaration; function not called
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/vector.hpp(197): error C2610: 'oglplus::VectorBase<T,N>::VectorBase(oglplus::VectorBase<T,N> &&)' : is not a special member function which can be defaulted
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/vector.hpp(341) : see reference to class template instantiation 'oglplus::VectorBase<T,N>' being compiled
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/math/vector.hpp(201): error C2610: 'oglplus::VectorBase<T,N> &oglplus::VectorBase<T,N>::operator =(oglplus::VectorBase<T,N> &&)' : is not a special member function which can be defaulted
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(37): error C2165: 'left-side modifier' : cannot modify pointers to data
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/capabilities.hpp(135): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLENABLEIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/capabilities.hpp(135): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLENABLEIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/capabilities.hpp(151): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDISABLEIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/capabilities.hpp(151): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDISABLEIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/capabilities.hpp(167): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLISENABLEDIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/capabilities.hpp(167): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLISENABLEDIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(231): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDEPTHRANGEFPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(231): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDEPTHRANGEFPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(283): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLVIEWPORTINDEXEDFPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(283): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLVIEWPORTINDEXEDFPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(300): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLVIEWPORTINDEXEDFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(300): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLVIEWPORTINDEXEDFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(321): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLVIEWPORTARRAYVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(321): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLVIEWPORTARRAYVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(336): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLGETFLOATI_VPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(336): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLGETFLOATI_VPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(351): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDEPTHRANGEINDEXEDPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(351): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDEPTHRANGEINDEXEDPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(372): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDEPTHRANGEARRAYVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(372): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDEPTHRANGEARRAYVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(387): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLGETFLOATI_VPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/viewport.hpp(387): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLGETFLOATI_VPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_selection.hpp(58): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWBUFFERSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_selection.hpp(58): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWBUFFERSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_masking.hpp(84): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCOLORMASKIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_masking.hpp(84): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCOLORMASKIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_masking.hpp(128): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLSTENCILMASKSEPARATEPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_masking.hpp(128): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLSTENCILMASKSEPARATEPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_masking.hpp(141): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLGETINTEGERI_VPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_masking.hpp(141): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLGETINTEGERI_VPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(319): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(319): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(346): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(346): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(374): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERUIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(374): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERUIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(401): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERUIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(401): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERUIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(429): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(429): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(456): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(456): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(481): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(481): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(497): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(497): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERIVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(513): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLCLEARBUFFERFIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/buffer_clearing.hpp(513): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLCLEARBUFFERFIPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(220): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLPOINTPARAMETERFPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(220): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLPOINTPARAMETERFPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(251): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLPROVOKINGVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(251): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLPROVOKINGVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(309): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLGETMULTISAMPLEFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(309): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLGETMULTISAMPLEFVPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(343): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLMINSAMPLESHADINGPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/rasterization.hpp(343): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLMINSAMPLESHADINGPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(71): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(71): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWARRAYSINSTANCEDBASEINSTANCEPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(102): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWARRAYSINSTANCEDPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(102): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWARRAYSINSTANCEDPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(130): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWARRAYSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(130): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWARRAYSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(159): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLMULTIDRAWARRAYSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(159): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLMULTIDRAWARRAYSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(189): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLMULTIDRAWARRAYSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(189): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLMULTIDRAWARRAYSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(271): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWELEMENTSINSTANCEDPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(271): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWELEMENTSINSTANCEDPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(332): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(332): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWELEMENTSINSTANCEDBASEINSTANCEPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(396): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLMULTIDRAWELEMENTSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(396): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLMULTIDRAWELEMENTSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(456): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWRANGEELEMENTSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(456): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWRANGEELEMENTSPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(518): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWELEMENTSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(518): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWELEMENTSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(548): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLMULTIDRAWELEMENTSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(548): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLMULTIDRAWELEMENTSINDIRECTPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(579): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWELEMENTSBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(579): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWELEMENTSBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(641): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(641): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(708): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(708): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(772): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(772): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__stdcall *)(Params...),const char *)' : could not deduce template argument for 'RV (__stdcall *)(Params...)' from 'PFNGLMULTIDRAWELEMENTSBASEVERTEXPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(27) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(839): error C2784: 'unknown-type oglplus::_checked_glfunc(RV (__cdecl **)(Params...),const char *)' : could not deduce template argument for 'RV (__cdecl **)(Params...)' from 'PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXBASEINSTANCEPROC *'
1> C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/glfunc.hpp(36) : see declaration of 'oglplus::_checked_glfunc'
1>C:\Users\bdavis\Git\OculusRiftExamples\libraries\oglplus\include\oglplus/context/drawing.hpp(839): fatal error C1003: error count exceeds 100; stopping compilation
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment