Thread
:
Problem with including resource files in Bloodshed Dev C++
View Single Post
Mar 23rd, 2008, 11:11 AM
#
4
Freaky Chris
Professional Programmer
Join Date: Dec 2007
Location: England
Posts: 270
Rep Power:
1
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
(
Toggle Plain Text
)
#include "resource.rc"
#include "resource.rc"
Freaky Chris
View Public Profile
Find More Posts by Freaky Chris