Skip to content

Unresolved external in Windows #3

Description

@trelau

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions