I am working on a matrix library, with managed C++. I get the following
error when linking the library,It compiles fine. I assume this have someting
to do with constructors.
I have the default constructor and two other constructors. So I do not use
undefined constructors:
JCMatrix.obj : error LNK2020: unresolved token (06000008) JCMatrix::.ctor
Can you please help me?
Jan:
You need to check that all the constructors that are declared are actually defined.
--
David Wilkinson
Visual C++ MVP