Re: Re: About picture format.

2002-11-25 Thread yf
On Mon, Nov 25, 2002 at 01:03:00PM +0800, yf wrote: It is a Windows application. you can download it on http://www.myhexin.com/tw2002/rjxz/download.asp?rjxz=exe1 Which program do you start? when running, it complains: fixme:ole:OLEPictureImpl_Load Unknown magic 0010

Re: About picture format.

2002-11-25 Thread Alexandre Julliard
yf [EMAIL PROTECTED] writes: if ( IsLegalDBCSChar_cp936( *str_src, *(str_src+1) ) ) { - str2b_dst-byte1 = *str_src; - str2b_dst-byte2 = *(str_src+1); + str2b_dst-byte1 = *str_src0x7f; + str2b_dst-byte2 = *(str_src+1)0x7f; This doesn't seem right,

Re: About picture format.

2002-11-25 Thread yf
ÔÚ 2002-11-26 ¶þ µÄ 02:45£¬ Alexandre Julliard дµÀ£º yf [EMAIL PROTECTED] writes: if ( IsLegalDBCSChar_cp936( *str_src, *(str_src+1) ) ) { - str2b_dst-byte1 = *str_src; - str2b_dst-byte2 = *(str_src+1); + str2b_dst-byte1 = *str_src0x7f; +

Re: About picture format.

2002-11-25 Thread Dmitry Timoshkov
yf [EMAIL PROTECTED] wrote: if ( IsLegalDBCSChar_cp936( *str_src, *(str_src+1) ) ) { - str2b_dst-byte1 = *str_src; - str2b_dst-byte2 = *(str_src+1); + str2b_dst-byte1 = *str_src0x7f; + str2b_dst-byte2 = *(str_src+1)0x7f; This doesn't seem right, the values

Re: About picture format.

2002-11-21 Thread Marcus Meissner
On Wed, Nov 20, 2002 at 06:59:42PM +0800, yf wrote: ÔÚ 2002-11-20 Èý µÄ 18:13£¬ Patrik Stridvall дµÀ£º 0ˆ80‰3 2002-11-20 0‡60‹5 0…80‡2 15:270„50…1 Marcus Meissner 0ˆ40…70…80†80„50†2 On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using

Re: About picture format.

2002-11-20 Thread yf
ÔÚ 2002-11-20 Èý µÄ 15:27£¬ Marcus Meissner дµÀ£º On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using 0x0010 picture format. I found that wine only support Bitmap and JPEG picture format. Where can I get some info about it. I want to implement it. Pls

RE: About picture format.

2002-11-20 Thread Patrik Stridvall
ÔÚ 2002-11-20 Èý µÄ 15:27£¬ Marcus Meissner дµÀ£º On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using 0x0010 picture format. I found that wine only support Bitmap and JPEG picture format. Where can I get some info about it. I want to implement

RE: About picture format.

2002-11-20 Thread yf
ÔÚ 2002-11-20 Èý µÄ 18:13£¬ Patrik Stridvall дµÀ£º 0ˆ80‰3 2002-11-20 0‡60‹5 0…80‡2 15:270„50…1 Marcus Meissner 0ˆ40…70…80†80„50†2 On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using 0x0010 picture format. I found that wine only

RE: About picture format.

2002-11-20 Thread Patrik Stridvall
ÔÚ 2002-11-20 Èý µÄ 18:13£¬ Patrik Stridvall дµÀ£º 0^80?3 2002-11-20 0?605 0...80?2 15:27050...1 Marcus Meissner 0^40...70...80?8050?2 On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using 0x0010 picture format. I found that

About picture format.

2002-11-19 Thread yf
I'm using a application that using 0x0010 picture format. I found that wine only support Bitmap and JPEG picture format. Where can I get some info about it. I want to implement it. Pls give me some hints about it.

Re: About picture format.

2002-11-19 Thread Marcus Meissner
On Tue, Nov 19, 2002 at 09:20:40PM +0800, yf wrote: I'm using a application that using 0x0010 picture format. I found that wine only support Bitmap and JPEG picture format. Where can I get some info about it. I want to implement it. Pls give me some hints about it. Where is it trying to use