geogram icon indicating copy to clipboard operation
geogram copied to clipboard

Unresolved external in Windows

Open trelau opened this issue 7 years ago • 2 comments

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: image

Built with VS 2017 version 15.7.3

trelau avatar Jul 03 '18 22:07 trelau

I think, it has been fixed by Bruno Levy in release 1.6.6. Can you confirm?

fabiencastan avatar Jul 25 '18 09:07 fabiencastan

I'm still getting the same error.

trelau avatar Aug 12 '18 22:08 trelau