Jump to content

Recommended Posts

Posted

I can't seem toget this function working...

everytime i try to use it, i get an error on line 104:

Local $v_Struct = DllStructCreate (udword')

Local $v_Struct = ^ ERROR

Error: Unknown Function Name

[quote]If whenever you feel small, useless, offended, depressed, and just generally upset always remember......you were once the fastest and most vicious sperm out of hundreds of millions![/quote]

Posted

I can't seem toget this function working...

everytime i try to use it, i get an error on line 104:

Local $v_Struct = DllStructCreate (udword')

Local $v_Struct = ^ ERROR

Error: Unknown Function Name

Have you remembered to put #include <Inet.au3> at the top of your script.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

yep, if i'm correct, i think the error is coming from the include itself, since i don't have that code in my script.

[quote]If whenever you feel small, useless, offended, depressed, and just generally upset always remember......you were once the fastest and most vicious sperm out of hundreds of millions![/quote]

Posted

yep, if i'm correct, i think the error is coming from the include itself, since i don't have that code in my script.

Are you running with the Beta or the release version. If I try to run with release version I can replicate your problem.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

i'm on the beta...

[quote]If whenever you feel small, useless, offended, depressed, and just generally upset always remember......you were once the fastest and most vicious sperm out of hundreds of millions![/quote]

Posted

i'm on the beta...

What I mean is are you running your script with F5 or ALT+F5, I am assuming you are using SciTE to do your scripting. If I use F5 I get the same error but not with ALT+F5.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted

What I mean is are you running your script with F5 or ALT+F5, I am assuming you are using SciTE to do your scripting. If I use F5 I get the same error but not with ALT+F5.

No, i don't use SciTE, i'm just scripting out of notepad, lol

[quote]If whenever you feel small, useless, offended, depressed, and just generally upset always remember......you were once the fastest and most vicious sperm out of hundreds of millions![/quote]

Posted

You may not be using the right beta version. I ran the include file, and it did not generate any errors in Au3check or Autoit

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Posted

One thing to consider (although I may be wrong) is that if you have installed both the stable and beta versions of AutoIt using the EXE installer, double-clicking a script will invoke the stable version of AutoIt to execute the script.

You will need to ensure that the beta is running the script and you can easily test this by adding the following code to the beginning of your script:

MsgBox(0x40, "AutoIt Version", @AutoItVersion)

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
  • Recently Browsing   0 members

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