#2341 closed Bug (No Bug)
dllcall() function causes GUI hang.
| Reported by: | 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)
follow-up: 3 comment:1 by , on May 17, 2013 at 2:14:43 AM
comment:2 by , 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
comment:3 by , 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 , on May 19, 2013 at 3:37:29 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Here is not the place to discuss. Go to the forum. Thank.

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