Jump to content

Ping() in windows7 x64


Recommended Posts

Hello

I made a script on my XP SP3 with several Ping() functions included

I compiled it with the Aut2exe x64 feature and tried it on my bro's W7 x64, the gui displays correctly but the Ping doesnt work

Is there a special way to use this autoit Ping() func with x64 ?

Thanks

Link to comment
Share on other sites

Works fine for me.

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
MsgBox (0, "", Ping ("www.google.com.au"))

Can you create a reproducer of the problem?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...