Im trying to create a project from scratch and copy code from ImageTarget sample app. now i get this errors:
../../build/include/QCAR/Matrices.h:16:1: error: unknown type name 'namespace' [1]
namespace QCAR
^
../../build/include/QCAR/Matrices.h:16:15: error: expected ';' after top level declarator [1]
namespace QCAR
EAGLView.h:52:5: error: type name requires a specifier or qualifier [1]
QCAR::Matrix44F projectionMatrix;
^
EAGLView.h:52:10: error: expected expression [1]
QCAR::Matrix44F projectionMatrix;
^
Hi usmanf
It looks like you might be missing some include files or may not have your path set up correctly.
Please see this thread to see if it helps:
https://ar.qualcomm.at/content/problems-linking-qcar-files
N