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 noticed tha

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, does the new