Opened 14 years ago
Closed 14 years ago
#1912 closed Bug (No Bug)
Run() does not work on x64 when compiled as x86
Reported by: | Kasakie@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: |
Description
This does not work on my 64bit Windows 7 OS.
#Region ; Directives created by AutoIt3Wrapper_GUI
#AutoIt3Wrapper_UseX64=n
#EndRegion ; Directives created by AutoIt3Wrapper_GUI
$s_IP = "Insert your IP address here"
$h_Cmd = Run("nbtstat.exe -a " & $s_IP, "", @SW_HIDE, 2)
This works on my 64bit Windows 7 OS.
#Region ; Directives created by AutoIt3Wrapper_GUI
#AutoIt3Wrapper_UseX64=y
#EndRegion ; Directives created by AutoIt3Wrapper_GUI
$s_IP = "Insert your IP address here"
$h_Cmd = Run("nbtstat.exe -a " & $s_IP, "", @SW_HIDE, 2)
I'm using a 64bit Windows 7 OS and for certain UDF's to work I need to run the application as a 32bit script/executable. However, when doing this the Run() function does not work, which eliminates my ability to troubleshoot the issue effectively.
Attachments (0)
Change History (1)
comment:1 Changed 14 years ago by Jos
- Resolution set to No Bug
- 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.
NoBug ... Use our Forum for support.