Jump to content

structures.au3


 Share

Recommended Posts

ok i feel stupid. there's probably some really simple mistake going on here... My A3L doesn't work.

C:\Program Files\AutoIt3\Include\A3LWinAPI.au3 (2) : ==> Error opening the file.:

#include <Structures.au3>

I do not have this file...

where do I get it, am I supposed to have it already?

I reinstalled A3L as well as AutoIt.

any suggestions?

Link to comment
Share on other sites

ok i feel stupid. there's probably some really simple mistake going on here... My A3L doesn't work.

C:\Program Files\AutoIt3\Include\A3LWinAPI.au3 (2) : ==> Error opening the file.:

#include <Structures.au3>

I do not have this file...

where do I get it, am I supposed to have it already?

I reinstalled A3L as well as AutoIt.

any suggestions?

Did you install beta AutoIt?

if you are getting that error then you downloaded the zip file I supplied to work with the beta.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

well thanks, but it still doesn't work. I don't think your download works for v3.2.9.3(?)

C:\Program Files\AutoIt3\Include\A3LSecurity.au3(399,46) : WARNING: $ERROR_NO_TOKEN: possibly used before declaration.

if _API_GetLastError() = $ERROR_NO_TOKEN then

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Program Files\AutoIt3\Include\A3LSecurity.au3(448,70) : WARNING: $SE_PRIVILEGE_ENABLED: possibly used before declaration.

$iAttributes = BitOR ($iAttributes, $SE_PRIVILEGE_ENABLED )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Program Files\AutoIt3\Include\A3LSecurity.au3(399,46) : ERROR: $ERROR_NO_TOKEN: undeclared global variable.

if _API_GetLastError() = $ERROR_NO_TOKEN then

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

maybe I should uninstall everything and just use v3.2.8.1 and normal A3L?

Link to comment
Share on other sites

well thanks, but it still doesn't work. I don't think your download works for v3.2.9.3(?)

C:\Program Files\AutoIt3\Include\A3LSecurity.au3(399,46) : WARNING: $ERROR_NO_TOKEN: possibly used before declaration.

if _API_GetLastError() = $ERROR_NO_TOKEN then

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Program Files\AutoIt3\Include\A3LSecurity.au3(448,70) : WARNING: $SE_PRIVILEGE_ENABLED: possibly used before declaration.

$iAttributes = BitOR ($iAttributes, $SE_PRIVILEGE_ENABLED )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

C:\Program Files\AutoIt3\Include\A3LSecurity.au3(399,46) : ERROR: $ERROR_NO_TOKEN: undeclared global variable.

if _API_GetLastError() = $ERROR_NO_TOKEN then

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

maybe I should uninstall everything and just use v3.2.8.1 and normal A3L?

or you could just install the beta and not use the A3L?

Make sure you use the use the AutoIt includes before the A3L includes.

Example:

#include <Structures.au3>
#include <A3LSecurity.au3>
Edited by GaryFrost
Added example

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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...