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