Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Given a dll, is there any Windows API or any utility, that can determine, if the DLL supports unicode strings or Ansi strings. Thanks! Suyash
No. Unicode/ANSI support is defined per function (via argument/return types, or by API doc's that state the function uses Unicode/ANSI internally) not per dll.
...cmk Save the whales - collect the whole set