why application crash under Japanese language default input

  • Thread starter Thread starter Haibo
  • Start date Start date
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
 
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.
--------------------
 
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
 
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.
--------------------
 
Back
Top