Modify ↓
Opened 16 years ago
Closed 16 years ago
#1342 closed Bug (Duplicate)
DllStructCreate does not accept variable names with underscore
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.0.0 | Severity: | None |
| Keywords: | dllstructcreate underscore | Cc: |
Description
$dllstruct=dllstructcreate("int titi_1")
consolewrite("@error reported with underscore=" & @error & @CRLF)
$dllstruct=dllstructcreate("int titi")
consolewrite("@error reported without underscore=" & @error & @CRLF)
The above script returns error 2/"There is an unknown Data Type in the string passed" and not in the second case.
Hoping I am not wasting your time :-)
Tom
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Replying to thomas.baglin@…:
You are because you:
Closing as duplicate of #1321.