why application crash under Japanese language default input

H

Haibo

I have wrote an application which works fine when input
local default setting is English. if the setting is
changed to Japanese, the program will crash before even
goes in the "InitInstance" fucntion call. Anyone have this
kind of problem before? Any help is highly appreciated.

Infomation about this application. It is dialog based and
I changed the classname of the dialog by uncheck the
Enable MFC feature under the resource file properties.

Thanks. --Haibo
 
G

Gary Chang [MSFT]

Hi Haibo,

Did you have define the "_UNICODE" and "UNICODE" preprocessor for your
project?

Best regards,
Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
G

Guest

Hi, Gary, I recompile my code under UICODE setting and it
seems that it still crashes under Janpanese Language
input. It is strange, it can run on that machine, but as
long as Japanese IME is up, it will creash my program
right away..

Any one know what else I am missing or something else
could cause the problem??

Thanks a lot. -- Haibo
 
G

Gary Chang

Hi Haibo,

Thanks for your quickly response!

I noticed you have posted a new message in this group, I will reply you in
that new post!

Thanks!


Best regards,
Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
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