what is the "correct" way to put a bitmap into a resource file?

Dimitrie O. Paun dpaun at rogers.com
Wed Jul 23 08:16:27 CDT 2003


On July 23, 2003 06:54 am, Jonathan Wilson wrote:
> I see that all the wine dlls put the bitmaps in the resource file
> directly... Whats the best way to do it for a 32 bit wine dll (in this case
> cards.dll) amd where can I find a program to do it for me?

Try the tools/bin2res program. It's use is a bit unintuitive,
but essentially you need to add some markers (in comments)
in the .rc file.

Look for an example in:
	./programs/winecfg/winecfg.rc
search for BINRES.

-- 
Dimi.




More information about the wine-devel mailing list