From: <[EMAIL PROTECTED]> > I'm using the Metrowerks CodeWarrior Pro 5 development environment. I've > always been impressed with CodeWarrior on the Mac, and feel much more > comfortable with it on Windows than competing products. > > I had no end of problems with the Win32 transcoding service. What it looks like > to me is that the ANSI wide char routines that are documented for windows > simply don't work the same in metrowerks as they do in VisualC++. The result > was that the lengths that the widechar routines would calculate buffers would > need would always be zero.
A few days ago I posted to this mailing list a new Win32 transcoder that avoids the runtime library, and uses the API exclusively. You might want to try this version. Regards, Eric Ulevik
