Jump to content

Recommended Posts

Posted

#include <misc.au3>
FileChangeDir ( 'C:\Documents and Settings\hp\My Documents\AutoIt' )
$compileTest = _compile ( 'compileTest.au3', 'compileTest.exe' )

the error i get is:

C:\Documents and Settings\hp\My Documents\AutoIt\compileTestRun.au3(3,64) : ERROR: syntax error

$compileTest = _compile ( 'compileTest.au3', 'compileTest.exe' )

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

  • Moderators
Posted

did you include the compile.au3 that Westi suggested in the other post about compiling?

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.

Posted

oh i see the problem nvm...

in misc.au3, i defined the compile func and forgot endfunc

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

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
×
×
  • Create New...