Resource Modules

Started by John Messingham, February 21, 2005, 08:43:05 PM

Previous topic - Next topic

John Messingham

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.

TechSupport

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.

John Messingham

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.