Opened 13 years ago
Closed 13 years ago
#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 , 13 years ago
comment:2 by , 13 years ago
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 , 13 years ago
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 , 13 years ago
| 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.