Re: Euphoria 2.6 Attn: Robert
- Posted by Greg Haberek <ghaberek at gmail.com> Dec 25, 2005
- 721 views
> I have been playing around with the multitasking version of EU, and I hav= e > also been experimenting with Al's virtual thread manager, and neither see= ms > to remedy the freezing of Win32 applications when calling certain kinds o= f > functions. For example when I call BASS_StreamCreateURL (Bass.dll Library= ), > my app will freeze until a value is returned. This happens with most > functions that deal with connecting to the internet. I have always found > workarounds with EU limitations, but I have never been able to find a > solution to this problem. Is there a way to correct this with the current > version of EU, if not, will the new version of EU fix this problem? There is a library in the Archive for making dll calls "non blocking" - I believe this is what you need. ~Greg