Re: SetFieldValue returns error in Vista SP1



Resolved.
The problem was that program is non-unicode, but text Variants were treated as Unicode strings.
Need to convert string variants using V_BSTR according to:

http://support.microsoft.com/kb/140599/EN-US/
http://support.microsoft.com/kb/140599/EN-US/

.