geogram
geogram copied to clipboard
Unresolved external in Windows
The call to create_tets creates an unresolved external symbol on Windows:
#include "geogram/mesh/mesh.h"
int main(int argc, char *argv[]) {
GEO::Mesh aMesh;
aMesh.cells.create_tets(1); // This line causes error
}
The snapshot is shown below:

Built with VS 2017 version 15.7.3
I think, it has been fixed by Bruno Levy in release 1.6.6. Can you confirm?
I'm still getting the same error.