Modify ↓
#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)
Change History (1)
comment:1 by , on Dec 12, 2009 at 9:08:14 PM
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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