Re: PutFile error 30023 - WeOnlyDo Discussion board

Re: PutFile error 30023 (General questions)

by wodSupport, Friday, June 30, 2006, 21:30 (6530 days ago) @ jz1

Ok, it's same for wodFtpDLX ActiveX.

You can't run indefenetely. Remember wodFtpDLX is apartment threaded - it lives in same thread as your app. It needs some timeslice to do it's async work - so you can't Sleep the thread, or exit it.. You must have GetMessage..TranslateMessage..DispatchMessage pump - or you MUST use blocking mode.

Why don't you use blocking mode anyway? You can still use events, just don't call any our methods from within events.

Kreso


Complete thread: