I am trying to Install the Free Image library in C++ using Dev- Cpp on Windows 10, I put the .h files in the corresponding folder and added the directories in Dev-CPP, DLL file I put in the folder:* C:\Program Files (x86)\Dev-Cpp\MinGW64*bin that it's where I have installed Dev-Cpp, also a .lib file I put it in the next folder: C:\Program Files(x86)\Dev-Cpp\MinGW64\lib that also it's where I have installed Dev-Cpp, I added -l Free Image to the linker too.
when I compile the code, the .h files are found correctly, but Dev-Cpp gives me errors of type Undefined reference, I understand this is because C++ can't see where it's the functions defined.
I am trying to Install the Free Image library in C++ using Dev- Cpp on Windows 10, I put the .h files in the corresponding folder and added the directories in Dev-CPP, DLL file I put in the folder:* C:\Program Files (x86)\Dev-Cpp\MinGW64*bin that it's where I have installed Dev-Cpp, also a .lib file I put it in the next folder: C:\Program Files(x86)\Dev-Cpp\MinGW64\lib that also it's where I have installed Dev-Cpp, I added -l Free Image to the linker too.
when I compile the code, the .h files are found correctly, but Dev-Cpp gives me errors of type Undefined reference, I understand this is because C++ can't see where it's the functions defined.
Errors:
Linker:
What i need to do? - Sorry for my english.
Last edit: Logan Abbott 2023-09-15