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.
