PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Messingham on February 21, 2005, 08:43:05 PM

Title: Resource Modules
Post by: John Messingham on February 21, 2005, 08:43:05 PM
Hi,

I am trying to create a resource module to contain some icons for my application. When I compile I get a 'Micosoft Resource Compiler' error. Has anyone got a sample resource file I could look at.
Title: Resource Modules
Post by: TechSupport on February 21, 2005, 10:24:16 PM
Make sure that you are using FireFly 1.10 because previous versions had a bug regarding user defined resource files.

From the Help file:

FIX: User defined resource files were not being added to the main FireFly generated project resource file in some instances.

Do not put the #include "resource.h" line in your resource module.

Maybe you can post your file so we can take a look at what you're attempting to do?  

Also, try taking a look at the .rc files that FireFly generates for a project.
Title: Resource Modules
Post by: John Messingham on February 22, 2005, 01:57:49 PM
Hi Paul,

Thanks for the reply. I looked in the files generated by FF and could see where I was going wrong. On the right path now.