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 cabinet have these as well? If not, will I just have to convert the unicode to ansi and call Extract? Also, which SDK has these new functions? I couldn't find them.
-- James Hawkins