Modify

#2341 closed Bug (No Bug)

dllcall() function causes GUI hang.

Reported by: salaviej.vova@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.8.1 Severity: None
Keywords: dllcall, gui hang, gui Cc:

Description

When the called dll function is working for a long time, GUI window title sets to "Not responding" and it stops interacting with a user. Only when the function exits, the interface starts working properly.

Attachments (0)

Change History (4)

comment:1 by anonymous, on May 17, 2013 at 2:14:43 AM

This is pretty much expected, seeing as you are working in a single-threaded enviroment.

comment:2 by Jpm, on May 17, 2013 at 6:09:10 AM

You are not following the guideline for submitting a report.
Unless you update with those info the ticket will be close.
Perhaps the best is to go to the forum to get help first.
JP

in reply to:  1 comment:3 by salaviej.vova@…, on May 17, 2013 at 6:39:28 AM

Replying to anonymous:

This is pretty much expected, seeing as you are working in a single-threaded enviroment.

Yes, Autoit is a single-threaded, but it can, for example, play sound or download file using InetGet in the backgroung. Why it can't do the same with dllcall?

comment:4 by Jpm, on May 19, 2013 at 3:37:29 PM

Resolution: No Bug
Status: newclosed

Here is not the place to discuss. Go to the forum. Thank.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.