-
Notifications
You must be signed in to change notification settings - Fork 98
Description
By testing to use libQqGLViewer on VS 2019, I get this issue.
I tried different fix following other operator but no success. I am perhaps missing something.
VRender\Primitive.cpp(121,24): error C2039: '<<': is not a member of 'vrender' [C:\projects\libqglviewer\QGLViewer\qglviewer.vcxproj]
632 C:\projects\libqglviewer\QGLViewer\VRender\Primitive.h(20): message : see declaration of 'vrender' [C:\projects\libqglviewer\QGLViewer\qglviewer.vcxproj]
633 PrimitivePositioning.cpp
634 TopologicalSortMethod.cpp
635 VRender.cpp
636 Vector2.cpp
637 Vector3.cpp
638 1>VRender\Vector3.cpp(111,24): error C2039: '<<': is not a member of 'vrender' [C:\projects\libqglviewer\QGLViewer\qglviewer.vcxproj]
639 C:\projects\libqglviewer\QGLViewer\VRender\NVector3.h(7): message : see declaration of 'vrender' [C:\projects\libqglviewer\QGLViewer\qglviewer.vcxproj]