I've spent the last 5 hours trying to link a binary file to my program, I am using eclipse + MinGW, and trying to include the FreeImage source (downloaded from internet), the thing is I am unable to include the .lib
file since it doesn't work, so I am trying to convert it to .a
file.
I used MSYS software in order to do it, but nothing is working, the errors go, but the the program just fails/crashes.
Is there a way to convert .lib
files to .a
files so I can include them to my program.
Please help me, I really need this, and I've looked so hard to find some solutions, nothing worked, someone please direct me. Thanks in advance <3