digitalmars.D - Looking for resource compiler
- terranium <terranium yandex.ru> Apr 18 2008
- Bill Baxter <dnewsgroup billbaxter.com> Apr 18 2008
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








Bill Baxter <dnewsgroup billbaxter.com>