Multi-thread sample (General questions)
Hello,
Is the FtpDlx multi-thread safe ?
I am looking for a multi-thread sample for FtpDLX.
I cannot find any sample under VC folder.
I have followed the sample under VCATLConsoleApp
to make multi-thread, inside each thread i Create Instance for IwodFtpDLXComPtr and a new object for wFtpEvents,
every thing seem working greate except when i do
delete pwEvents; give me access violation only of the second thread.
Please help ?