http://bugs.winehq.org/show_bug.cgi?id=15896 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2008-12-11 17:09:43 --- Hello again, --- quote --- Before calling navigate_url(), just convert URL arg using VariantCopyInd() which should automagically dereference any VT_BSTR|VT_BYREF while covering the standard VT_BSTR case (URL variant passed without ref). --- quote --- Need to get to sleep ;-) If BSTR arg is passed by reference just dereference it in place without making another copy, e.g. *V_BSTRREF(URL) without ref keep V_BSTR(URL). Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.