longxx Posted June 10, 2008 Posted June 10, 2008 hi all.My script uses nomadmemory.au3's UDF to locate/read memory offsetsit works perfectly fine on my own computer, but today when I was trying to run it on my laptop , I seethis error msg... it shows the error comes from nomadmemory.au3, I didn't write that UDF and I know it's a complicated program... but I thought it shouldnt have any bugs...can anyone help me out?this is the msg I got>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\Owner\My Documents\scripts\_win.au3" C:\Program Files\AutoIt3\Include\nomadMemory.au3 (230) : ==> Can not redeclare a constant.:Const $TOKEN_ADJUST_PRIVILEGES = 0x0020Const ^ ERROR>Exit code: 1 Time: 0.317
Pain Posted June 10, 2008 Posted June 10, 2008 (edited) make sure you don't have included any other UDF that declare the constant $TOKEN_ADJUST_PRIVILEGES and that you didn't declared it in your own script. try to comment it out and see if it will work. Edited June 10, 2008 by Pain
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now