|
-
July 19th, 2005, 04:10 PM
#4
SirDice, Quick check... He calls URLDownloadToFileA and the A at the end suggests this is the ASCII-version of this functioncall. If he had used URLDownloadToFileW then I would agree with you that he needs WideChar (Unicode) strings here.
However, the C code that's posted here doesn't tell us which version of this procedure is actually loaded here. You could be right that this function in C++ links to the Unicode version while the version in VB is linked to the ASCII version.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|