Jump to content

SciTE borked?


Recommended Posts

I installed AutoIt 3 and SciTE in this order:

v3.1.1

scite

v3.1.1.87 beta.

now, when I run any script with F5, I get the following errors:

C:\Documents and Settings\U256655\Desktop\AutoIt\Include\date.au3(1159,89) : ERROR: DllStructCreate(): undefined function.
     $SYSTEMTIME = DllStructCreate("ushort;ushort;ushort;ushort;ushort;ushort;ushort;ushort")
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\Documents and Settings\U256655\Desktop\AutoIt\Include\date.au3(1160,45) : ERROR: DllStructGetPtr(): undefined function.
     $lpSystemTime = DllStructGetPtr($SYSTEMTIME)
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\Documents and Settings\U256655\Desktop\AutoIt\Include\date.au3(1170,40) : ERROR: DllStructSetData(): undefined function.
     DllStructSetData($SYSTEMTIME, 4, $iDay)
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\Documents and Settings\U256655\Desktop\AutoIt\User Scripts\SecondMouseGUI.au3 - 3 error(s), 0 warning(s)

What's borken?

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

I installed AutoIt 3 and SciTE in this order:

v3.1.1

scite

v3.1.1.87 beta.

now, when I run any script with F5, I get the following errors:

C:\Documents and Settings\U256655\Desktop\AutoIt\Include\date.au3(1159,89) : ERROR: DllStructCreate(): undefined function.
     $SYSTEMTIME = DllStructCreate("ushort;ushort;ushort;ushort;ushort;ushort;ushort;ushort")
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\Documents and Settings\U256655\Desktop\AutoIt\Include\date.au3(1160,45) : ERROR: DllStructGetPtr(): undefined function.
     $lpSystemTime = DllStructGetPtr($SYSTEMTIME)
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\Documents and Settings\U256655\Desktop\AutoIt\Include\date.au3(1170,40) : ERROR: DllStructSetData(): undefined function.
     DllStructSetData($SYSTEMTIME, 4, $iDay)
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 C:\Documents and Settings\U256655\Desktop\AutoIt\User Scripts\SecondMouseGUI.au3 - 3 error(s), 0 warning(s)

What's borken?

Which is normal because with F5 you run the official release which does not have those functions

Try Alt-F5 to run the beta version B)

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