I've been trying to generate some mock-up UI panes for winecfg, and I'd like to use real win32 resources to do it.
However, I'm not sure how resources are usually generated for use in wine programs. I see 3 options at this point:
1. write it up by hand: icky but everybody can do it 2. use msdev in Windows and then port it 3. use some other program I don't know about
Any suggestions as to where to go from here? And does anyone know how the resources currently in CVS were generated?
Thanks- Patrick
On May 13, 2003 11:06 pm, Patrick Griffin wrote:
- write it up by hand: icky but everybody can do it
- use msdev in Windows and then port it
- use some other program I don't know about
Basically any would do. If you use some tools, make sure you clean them up of all the tool specific meta crap they add. For example, the current winecfg resources were generated in MSVC by Jaco, and I tidy them up by hand.