Re: opening a dll causing keyboard unresponsiveness
- Posted by jacques deschĂȘnes <desja at globetrotter.net> Sep 19, 2006
- 490 views
Hi Chris, When a dll is loaded its initialisation routine is called. So if your application become non responsive, its propably because the dll initialisation routine never return for a reason or another. If the dll comes from a commercial product and it works with other program, It is improbable that the problem comes from the dll itself. Maybe the initialisation routine of the dll do some check about the process loading it and when it comes to euphoria interpreter this check fail. regards, jacques DeschĂȘnes Chris Burch wrote: > > Hi > > I'm trying to open a dll, but after opening it, the keyboard becomes un > responive > - ie when the program finishes, it says press enter.... , but there is no > keyboard > response in this window. I have to close the window with the 'x', then use th > unresponsive/end now window. > > The action of opening the dll causes this, as it occurs if you put an abort > directly after the open_dll. It does not occur with other dlls. > > Could the dll be corrupt in some way? An exe c program works fine using it. > > Chris > > > <a href="http://euallegro.wikispaces.com">http://euallegro.wikispaces.com</a> > <a > href="http://members.aol.com/chriscrylex/euphoria.htm">http://members.aol.com/chriscrylex/euphoria.htm</a> > <a href="http://uboard.proboards32.com/">http://uboard.proboards32.com/</a> > <a > href="http://members.aol.com/chriscrylex/EUSQLite/eusql.html">http://members.aol.com/chriscrylex/EUSQLite/eusql.html</a>