Re: Multitasking Preview Release
- Posted by "Juergen Luethje" <j.lue at gmx.de> Sep 25, 2005
- 583 views
Matt Lewis wrote: > Juergen Luethje wrote: > >> Thanks Daniel, TDLL is interesting. >> However, I don't see how it can help to solve the problem. >> In a reply to Vincent you wrote: >> >> "the whole tdll.e library is a replacement for dll.e" >> >> My Eu code does not use 'dll.e'. The code is translated and compiled >> to a DLL itself. Of course I have no influence on the way how >> Total Commander calls the code in my Eu DLL. >> Am I overlooking something? > > I think you need to yield control back to windows temporarily so that the > main app can respond to messages. Have you tried perhaps sleep(0)? I had tried it previously, without success. Now, encouraged by your post, I did so again. I tried writing sleep(0) or sleep(1) at several different places in the source code -- no effect. Then I realized, that the same thing happens in situations where Total Commander only calls its own internal routines. So now it looks as if this hasn't got to do anything with my plugin. Thanks for considering the problem! Regards, Juergen -- Have you read a good program lately?