Error loading .obj in openGL

can anyone please tell me in which directory to store the .obj models in
visual studios 2010 ??
m using glm library to use them in opengl and when i try to load the object
it shows
Error11error LNK2019: unresolved external symbol _glmReadOBJ referenced in
function _SDL_main
i tried saving the files in every directory… it still gives the same
error…
plz help…
Thank you in advance !!

Hi.

The problem does not refer to a missing file at runtime. It is a
linker error. What you are missing is a linker directive, to link to
the glm library.

This has nothing to do with SDL, I’d advise you use a general
programming source (such as www.gamedev.net or stackoverflow) to get
help.

Regards,
– BrianOn 25 September 2011 19:45, Aditya Pawade wrote:

can anyone please tell me in which directory to store the .obj models in
visual studios 2010 ??
m using glm library to use them in opengl and when i try to load the object
it shows
Error11error LNK2019: unresolved external symbol _glmReadOBJ referenced in
function _SDL_main
i tried saving the files in every directory… it still gives the same
error…
plz help…
Thank you in advance !!