Modify ↓
Opened 17 years ago
Closed 17 years ago
#273 closed Bug (No Bug)
Hard-error on executing this
Reported by: | VicTT | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.2.10.0 | Severity: | None |
Keywords: | DllStructCreate | Cc: |
Description
code:
$hardwarestatus=DllStructCreate("ubyte",0xFFBC015F)
$read=DllStructGetData($hardwarestatus,1)
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by Jon
- Severity changed from Blocking to None
comment:2 Changed 17 years ago by Jpm
comment:3 Changed 17 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
I agree with JP. You write stupid code, we can't protect you from that. This is definitely No Bug.
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.
Note: See
TracTickets for help on using
tickets.
How can you be for sure that 0xFFBC015F is a valid pointer?
For me there is no BUG