Unicode/non-unicode compilation in an international dll

E

EP

I have a vc++ dll that needs to run on english, german, and japanese
machines (those are my testing machines but it needs to run globally).

I couldn't get the dll to load in all environments so I made a test MFC app.

If I compile the app with UNICODE, it will run on english and japanese but
not german.
If I compile the app without UNICODE (set character-set to multibyte), it
will run on english and german, but not japanese.

What should I be doing here? Why won't a UNICODE compiled application run
on a German Windows XP?
 
M

Michael \(michka\) Kaplan [MS]

What precisely happens when they will not run? Could you say more about what
happens here?


--
MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap

This posting is provided "AS IS" with
no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top