![]() |
Problem with including resource files in Bloodshed Dev C++
Hi,
I've checked the documentation and googled for help but can't find anything. I create a Windows project and to create the menu, I create a header file which I then copy to the default include directory so that the compiler can find it and then I click on File --> New Resource File and then I save it and name it resource.rc but when I type :
#include <resource.rc>Sorry if I'm been really, really noobish but I'd really appreciate help! Thanks, Matt. I |
Re: Problem with including resource files in Bloodshed Dev C++
see some of these resource compiler links
|
Re: Problem with including resource files in Bloodshed Dev C++
Sorry, but please can you explain how that helps?
Thanks very much, Matt. I |
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" |
Re: Problem with including resource files in Bloodshed Dev C++
Quote:
|
Re: Problem with including resource files in Bloodshed Dev C++
Thank you very much! Now I understand!
Once the resource is compiled, do I just copy it into the include directory? Thanks again! Matt. Ireland |
Re: Problem with including resource files in Bloodshed Dev C++
Quote:
|
| All times are GMT -5. The time now is 1:16 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC