i have spent the last 3 weeks and countless hours trying to get allegro to work on codeblocks, ive read nearly every other 'help' discussion i can find, and none of them work for some unknown reason, so i thought i might give it one last shot before moving on and make my own post showing what problems im having. so i am using:
codeblocks 10.05
MinGW 4.6.2
and allegro 5.0.7
and my OS is windows 7 64bit
now i have had many diffent problems with this library, but last nightit seemed i finally managed to get it working, (so i thought) i could only get the #include files to work, nothing else. so when i got on today i kept getting a error every time i built and ran my program, (which again is just #include files) here is the error
"C:\MinGW\msys\1.0\src\mingwrt\..\mingw\main.c|73|undefined reference to `WinMain@16'| "
a little google'ing told me that it was an error compiling the program, like trying to make a GUI on a console application. (thats how i understood it)
anyway i have some pictures i took of my project build options and other various errors i received during this process. ive already spent alot of time on the wiki and tried installing it following that and that is how i actually got it close to working last night. anyway here are the pictures, any and all help is appreciated, if i left any key details out please let me know what it is and ill be happy to correct myself. also if wasting all my time setting up allegro to potentially not even work is there a different library out there that isn't as much of a pain as this to set up and that works well that i should get? ive been looking into SFML.
*pics*
http://imgur.com/a/XgM7G
i would like to note really quick that ive sense change the directory of 'pic 4' from the file i made of the static library's to the actual file they are in.