I am trying to load an .obj model into my c++ opengl 3 code but for some reason it gives me this error :
1>Linking... 1>.\bunny.obj : fatal error LNK1107: invalid or corrupt file: cannot read at 0x6592
I tried to search for similar errors, but there were about .dll's or .lib's.
Can you please help me out with this issue. I have also tried with different obj models but it always gives me this error.