Im using eclipse neon2, Windows 10 and i have compiled jpeglib as following the instructions ( using MinGW) (first answer):
But in my program after compiling and building im facing this error:
Description Resource Path Location Type 'FILE' has not been declared MyBilliards line 974, external location: c:\mingw\include\jpeglib.h C/C++ Problem
Description Resource Path Location Type 'FILE' has not been declared MyBilliards line 975, external location: c:\mingw\include\jpeglib.h C/C++ Problem
But if i skip and launch the project with these errors, it seems to work fine...
Also if someone has a tutorial how to make mingw and jpeglib work in eclipse and windows10 would be great.
Thanks