Re: PutData to create empty file - WeOnlyDo Discussion board

Re: PutData to create empty file (General questions)

by Oleg, Friday, August 17, 2007, 00:48 (6308 days ago) @ wodSupport

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


Complete thread: