I've been digging around the menu of codeblocks and i can't find an option that enables me to use the resource compiler. I need to compile my .rc file into an .res so that i can link it to my program
In my experience, .rc/.res files are only for Microsoft's compiler, not GCC or other compilers. GCC may have some support but it is not anywhere near as close to what you would get using Visual Studio.