Modify ↓
Opened 18 years ago
Closed 18 years ago
#390 closed Bug (Fixed)
Bugfix in visa.au3
| Reported by: | Owned by: | Gary | |
|---|---|---|---|
| Milestone: | 3.2.13.3 | Component: | Standard UDFs |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
In the visa.au3 not only the DLLCall for viQueryf needs the int:cdecl declaration but also the viPrintf DLLCall. So the calls must look like this:
(((
$a_results = DllCall("visa32.dll", "int:cdecl", "viPrintf", "int", $h_session, "str", "%s", "str", $s_command)
)))
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
| Milestone: | → 3.2.13.3 |
|---|---|
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in version: 3.2.13.3