Jump to content

Error inside misc.au3


Recommended Posts

This is weird... I was working on a script that uses misc.au3, and im getting an error that says

Line 65 (File "c:\program files\AutoIt3\include\misc.au3"):

Local $p = DLLStructCreate ($struct)

Local $p = ^ERROR

Error: Unknown Function Name...

Im not sure how to fix this,

it was working just fine earlier... doing the same exact thing.

Link to comment
Share on other sites

I got that too, but i did beta run and it ran fine...

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

wtf? all that is in misc.au3 now after i reinstalled is..

#include-once

; ------------------------------------------------------------------------------
;
; AutoIt Version: 3.0
; Language:    English
; Description:  Functions that assist with Intenet.
;
; ------------------------------------------------------------------------------


;===============================================================================
;
; Function Name:    _Iif()
; Description:    Perform a boolean test within an exp[b][/b]ression.
; Parameter(s):  $f_Test     - Boolean test.
;                  $v_TrueVal  - Value to return if $f_Test is true.
;                  $v_FalseVal - Value to return if $f_Test is false.
; Requirement(s):   None.
; Return Value(s):  One of $v_TrueVal or $v_FalseVal.
; Author(s):        Dale (Klaatu) Thompson
;
;===============================================================================
Func _Iif($f_Test, $v_TrueVal, $v_FalseVal)
   If $f_Test Then
      Return $v_TrueVal
   Else
      Return $v_FalseVal
   EndIf
EndFunc

and, pretty6 sure their should be more that... If someone does'nt mind... could they post their misc.au3, so i can download it? plz... thanks

Link to comment
Share on other sites

  • Moderators

what do u mean Beta Run... I've been using beta the whole time...

lol, now im getting an error with array.au3 too. lmao

i think its time to reinstall.

Use Alt+F5 in SciTe and watch your troubles dissapear.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

oh, lmao. Well, i guess it was'nt on the beta... everything is working fine now, except the misc.au3 in the stable version only have that 1 gunction..

mine doesn't have any gunctions... unless they're hidden among the functions... sorry, horrible joke i know, but i'm in an awesome mood and it made me laugh. blah.
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...