digitalmars.D - Looking for resource compiler
- terranium (2/2) Apr 18 2008 Does anybody know some usable resource compiler compatible with optlink?
- Bill Baxter (8/10) Apr 18 2008 Bummer. I'm no res file guru, but here's what I'd try:
Does anybody know some usable resource compiler compatible with optlink? DM's rcc doesn't understand UTF-16 and gorc makes optlink crash.
Apr 18 2008
terranium wrote:Does anybody know some usable resource compiler compatible with optlink? DM's rcc doesn't understand UTF-16 and gorc makes optlink crash.Bummer. I'm no res file guru, but here's what I'd try: Maybe the Borland one works (brc32)? http://www.codegear.com/downloads/free/cppbuilder or openwatcom's? http://www.openwatcom.org/ Or maybe converting your UTF-16 file to a local code page will work? --bb
Apr 18 2008