Re: PutData to create empty file (General questions)

by Oleg, (6474 days ago) @ Jasmine

Solved it.
Error was that I put SetBlocking(TRUE) before CreateDispatch.
After fixing exception disappeared.
And replace
var.bstrVal = SysAllocString(_T( /test.txt ))
with
var.bstrVal = _T( /test.txt )
It work
Thank you

locked

Complete thread: