Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unsupported 16bit resource 1

Status
Not open for further replies.

michaenh

Programmer
Aug 7, 2002
205
NO
hi

I have a resource file..

and I have added in my project:
{$R test.rc}

when I try to run/build the program an error occur:
unsupported 16bit resource

It seems that the resource file is 16bit an my project doesn't manage to have that..

What should I do to get it right?
Convert the resource file to 32bit.. how do I do that?
Or is it some options in Delphi to set it to handle 16bit resource file?

cheers
mha
 
I think, from what I can recall of resource files, that it should have the .res extension not the .rc extension. I think an rc is the script file which has to be compiled into a .res file. Check out the following articles on delphi.about.com:

Here is a site which explains how to convert 16 bit resources to 32 bit:

Hope this helps!

Clive [infinity]
Ex nihilo, nihil fit (Out of nothing, nothing comes)
 
Thanks! Master!

I will dig into it...

cheers
mha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top