Modify ↓
Opened 15 years ago
Closed 15 years ago
#1323 closed Bug (Fixed)
Wrong size of some types in DllStructCreate()
Reported by: | trancexx | Owned by: | Valik |
---|---|---|---|
Milestone: | 3.3.1.7 | Component: | Documentation |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
Documentation says that the size of 'ptr' with DllStructCreate() is 4 bytes and unlike with, for example, 'int_ptr' there is no mention of differences when x64 AutoIt is used.
I would assume it's the same thing with other alike types.
$tStructure = DllStructCreate("ptr") $iSize = DllStructGetSize($tStructure) ConsoleWrite("Size of ptr = " & $iSize & " bytes" & @CRLF) MsgBox(64, "ptr", "Size = " & $iSize)
Link to the post with the results of that test http://www.autoitscript.com/forum/index.php?showtopic=105150&view=findpost&p=749787.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Milestone set to 3.3.1.7
- Owner set to Valik
- Resolution set to Fixed
- Status changed from new 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.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [5436] in version: 3.3.1.7