pro510
I have a CWinThread (MFC) derived thread which has a message queue. Whenever the thread uses the ftp library, messages posted to that thread during that time are lost and do not get handled by the thread.
Could it be that the ftp library is handling the messages and maybe we use message id's in the same range?
Any ideas?
Thanks,
Graham
Could it be that the ftp library is handling the messages and maybe we use message id's in the same range?
Any ideas?
Thanks,
Graham