Modify

Opened 16 years ago

Closed 16 years ago

#1342 closed Bug (Duplicate)

DllStructCreate does not accept variable names with underscore

Reported by: thomas.baglin@… 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)

in reply to:  description comment:1 by Valik, 16 years ago

Resolution: Duplicate
Status: newclosed

Replying to thomas.baglin@…:

Hoping I am not wasting your time :-)

You are because you:

  • Didn't check the issue tracker to see it's already been reported.
  • Didn't test with the latest beta to see that it's already been fixed.

Closing as duplicate of #1321.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.