Modify

Opened 14 years ago

Closed 14 years ago

#2254 closed Bug (No Bug)

MsgBox does not work with Windows Embedded 2010 64 bit with 64 bit runtime

Reported by: maverick02k1@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.8.1 Severity: None
Keywords: Cc:

Description

In Windows Embedded 2010 64 bit, if I run the following line using the 64 bit runtime of autoit:

Msgbox(0,"Test","Test")

nothing happens. There is no dialog box or anything. Autoit simply skips over it. If I rerun using the x86 runtime, it works.
Tested in v3.3.8.1 and 3.3.9.4 beta

Attachments (0)

Change History (4)

comment:1 by Valik, 14 years ago

Resolution: Wont Fix
Status: newclosed

I don't know what to tell you. AutoIt calls MessageBox() which is a macro that expands to MessageBoxW() since AutoIt is UNICODE. There's no tricks or magic on our end.

comment:2 by AdmiralAlkex, 14 years ago

I did a quick google. Try excluding the "Message Box Default Reply" component. See http://social.msdn.microsoft.com/Forums/en-US/quebeccomponentsforum/thread/0437d230-cdda-4166-8788-887d2c946d4d

If that fails, your best bet at getting help would probably be from those msdn forums.

comment:3 by Valik, 14 years ago

Resolution: Wont Fix
Status: closedreopened

Changing to No Bug since it's not an AutoIt-specific issue.

comment:4 by Valik, 14 years ago

Resolution: No Bug
Status: reopenedclosed

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.