Opened 12 years ago
Closed 12 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 Changed 12 years ago by Valik
- Resolution set to Wont Fix
- Status changed from new to closed
comment:2 Changed 12 years ago by AdmiralAlkex
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 Changed 12 years ago by Valik
- Resolution Wont Fix deleted
- Status changed from closed to reopened
Changing to No Bug since it's not an AutoIt-specific issue.
comment:4 Changed 12 years ago by Valik
- Resolution set to No Bug
- Status changed from reopened to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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.