Author Topic: Borland Cannot Find Res File  (Read 2678 times)

Gandalph

  • Guest
Borland Cannot Find Res File
« on: April 23, 2009, 03:25:41 pm »
Hey, I was trying to compile some source code for a program I found with Borland C++ 5.5, and compilation goes just fine.

But when I get to the linking stage, the linker reports that it cannot find ProgramNameHere.res

Is this because the needed file is being spit out into the wrong directory? If so, where would codeblocks have it go by default? If not, what else may be going on here, and how do I fix it?