Re: ExtractFiles calls cabinet.Extract which only has an ansi version

2006-04-13 Thread James Hawkins
On 4/13/06, Francois Gouget <[EMAIL PROTECTED]> wrote: > > I haven't seen any trace of a Unicode Extract function. So I don't know > how they are handling it. > Would there be a conflict if we add the A and W versions for Extract and forward Extract to ExtractA (like we did with advpack.spec)? Th

Re: ExtractFiles calls cabinet.Extract which only has an ansi version

2006-04-13 Thread Francois Gouget
On Wed, 12 Apr 2006, James Hawkins wrote: Hey, Only one advpack function needs to be converted to unicode, ExtractFilesA. The problem is that we use cabinet.Extract to extract the files, but cabinet only provides one version of Extract, and it's ansi and not unicode. Francois, you no

ExtractFiles calls cabinet.Extract which only has an ansi version

2006-04-12 Thread James Hawkins
Hey, Only one advpack function needs to be converted to unicode, ExtractFilesA. The problem is that we use cabinet.Extract to extract the files, but cabinet only provides one version of Extract, and it's ansi and not unicode. Francois, you noticed that advpack now had A/W functions, doe

Re: cabinet.Extract

2003-12-29 Thread Stefan Leichter
Am Montag, 29. Dezember 2003 06:28 schrieb Gregory M. Turner: > > Hmm, sounds like you are more of a natural at deducing this stuff than I, > so I am happy to defer to your judgement... but I am slightly surprised, as > I vaguely recall convincing myself that I had verified that it was right. > Sin

Re: cabinet.Extract

2003-12-29 Thread Stefan Leichter
Hello Alexandre, please ignore the patch it is wrong. Looks like i have to learn more assembler. Bye Stefan -- Weitergeleitete Nachricht -- Subject: cabinet.Extract Date: Sonntag, 28. Dezember 2003 21:53 From: Stefan Leichter <[EMAIL PROTECTED]> To: Wine Patches &

Re: cabinet.Extract

2003-12-28 Thread Gregory M. Turner
On Sunday 28 December 2003 02:53 pm, Stefan Leichter wrote: > Hello, > > during playing with ie5.5 installer i noticed that the installing of some > cab files failed directly after the extract call. Doing exactly the same > extract call with the same cabinet file and the same content of the first >