I am trying to compile a c program that uses the gsl library via the Visual Studio 2015. I have tried almost everything I have found online but nothing has worked so far. The error I obtain is
Severity Code Description Project File Line Error LNK2019 unresolved external symbol ___iob_func referenced in function _gsl_error GSLExample C:....\gsl.lib(error.obj) 1
and more alike
In particular I tried answered Aug 8 at 19:43 in
unresolved external symbol __imp__fprintf and __imp____iob_func, SDL2
More detail about how to implement this answer would be helpful
Thank you