首页
社区
课程
招聘
有一个软件在简体中文环境下不能登陆,其他能登陆,为什么?
发表于: 2006-3-30 15:20 3982

有一个软件在简体中文环境下不能登陆,其他能登陆,为什么?

2006-3-30 15:20
3982
有一个聊天软件,在简体中文系统下不能直接登陆。只有在控制面板的区域和语言选项-高级里把非unicode程序的语言改成繁体中文或朝鲜语才能登陆.如果直接登陆软件就会提示操作系统不符.
如果想把这个软件改成在简体中文系统下也能登陆,应该怎么下断跟踪呢?

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 560
活跃值: (359)
能力值: ( LV13,RANK:1370 )
在线值:
发帖
回帖
粉丝
2
试试GetACP、GetOEMCP、GetSystemDefaultLangID等断点,尤其是GetSystemDefaultLangID,具体是什么软件?

The GetACP function retrieves the current ANSI code-page identifier for the system.
UINT GetACP(VOID)

Parameters
This function has no parameters.
Return Values
If the function succeeds, the return value is the current ANSI code-page identifier for the system, or a default identifier if no code page is current.
Remarks
Following are the ANSI code-page identifiers:
Identifier Meaning
874 Thai
932 Japan
936 Chinese (PRC, Singapore)
949 Korean
950 Chinese (Taiwan, Hong Kong)
1200 Unicode (BMP of ISO 10646)
1250 Windows 3.1 Eastern European
1251 Windows 3.1 Cyrillic
1252 Windows 3.1 Latin 1 (US, Western Europe)
1253 Windows 3.1 Greek
1254 Windows 3.1 Turkish
1255 Hebrew
1256 Arabic
1257 Baltic

UINT GetOEMCP(VOID)

Parameters

This function has no parameters.

Return Values

If the function succeeds, the return value is the current OEM code-page identifier for the system or a default identifier if no code page is current.

Remarks

Following are the OEM code-page identifiers:

Identifier Meaning
437 MS-DOS United States
708 Arabic (ASMO 708)
709 Arabic (ASMO 449+, BCON V4)
710 Arabic (Transparent Arabic)
720 Arabic (Transparent ASMO)
737 Greek (formerly 437G)
775 Baltic
850 MS-DOS Multilingual (Latin I)
852 MS-DOS Slavic (Latin II)
855 IBM Cyrillic (primarily Russian)
857 IBM Turkish
860 MS-DOS Portuguese
861 MS-DOS Icelandic
862 Hebrew
863 MS-DOS Canadian-French
864 Arabic
865 MS-DOS Nordic
866 MS-DOS Russian (former USSR)
869 IBM Modern Greek
874 Thai
932 Japan
936 Chinese (PRC, Singapore)
949 Korean
950 Chinese (Taiwan, Hong Kong)
1361 Korean (Johab)

The GetUserDefaultLangID function retrieves the user default language identifier.

LANGID GetUserDefaultLangID(VOID)

Parameters
This function has no parameters.
Return Values
If the function succeeds, the return value is the user default language identifier.
2006-3-30 17:07
0
雪    币: 207
活跃值: (55)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
谢谢,我去试试。
2006-3-31 01:50
0
游客
登录 | 注册 方可回帖
返回
//