View Single Post
Old Mar 23rd, 2008, 11:11 AM   #4
Freaky Chris
Professional Programmer
 
Freaky Chris's Avatar
 
Join Date: Dec 2007
Location: England
Posts: 270
Rep Power: 1 Freaky Chris is on a distinguished road
Send a message via MSN to Freaky Chris
Re: Problem with including resource files in Bloodshed Dev C++

IM not entirely sure if this is true, but have notice that Dev-C++ seems to have a problem including custom files from its root path. Instead you should try putting it in the same place as you source files and use
#include "resource.rc"
Freaky Chris is online now   Reply With Quote