Modify

Opened 13 years ago

Closed 13 years ago

#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, 13 years ago

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

comment:2 by J-Paul Mesnage, 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

in reply to:  1 comment:3 by salaviej.vova@…, 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 J-Paul Mesnage, 13 years ago

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.