MacDue / SimpleObjLoader

A very simple Wavefront .obj loader with glut support.
The Unlicense
11 stars 3 forks source link

Unresolved external error (LNK 2019) #1

Open 4Dimensional opened 3 years ago

4Dimensional commented 3 years ago

Is there any libraries that need to be included with this, because I am getting LNK2019 error messages. I'm using visual studio 2017.

MacDue commented 3 years ago

You've not told me the link errors, but since I'm guessing you're on Windows you'll likely need an implementation of the POSIX getline() (this one works https://gist.github.com/MacDue/51c5f64e4d70fd3da8642f9599ad38d6)