Re: A strange problem
From: Leo Smith (lhdelamare_at_uol.com.br)
Date: 12/10/04
- Next message: Ruben Jönsson: "Re: how to force CFormView to look and behave as CDialog?"
- Previous message: Leo Smith: "Tutorial for Studing MFC .NET"
- In reply to: jh_Zzz: "A strange problem"
- Next in thread: jh_Zzz: "Re: A strange problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 10 Dec 2004 12:34:53 -0200
Try look the function
HRESULT IDataFunctions_4_0::put_Locale(
long Locale
);
Chinese codes is :
0x0404 Chinese (Taiwan)
0x0804 Chinese (PRC)
0x0c04 Chinese (Hong Kong SAR)
0x1004 Chinese (Singapore)
"jh_Zzz" <jh_Zzz@hotmail.com> wrote in message
news:%239UY2Lq3EHA.4008@TK2MSFTNGP15.phx.gbl...
> Hi there,
>
> I am compile the program on a english machine, the program can run
> normally,
> then I try to run the machine on a chinese machine, but it crashed.
>
> I try to debug the program on the chinese machine, such as it crashed at
> m_CurDateTime = COleDateTime::GetCurrentTime, after press F11, I found in
> fact it stepped into another function, and the class is not COleDateTime.
>
> Program can run on chinese machine normally but crashed on english machine
> if compile the program on chinese machine.
>
> How to solve this type problem?
>
> Many thanks for your help.
>
> Jack
>
>
- Next message: Ruben Jönsson: "Re: how to force CFormView to look and behave as CDialog?"
- Previous message: Leo Smith: "Tutorial for Studing MFC .NET"
- In reply to: jh_Zzz: "A strange problem"
- Next in thread: jh_Zzz: "Re: A strange problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|