Jump to content

nomadmemory.au3 problem.... bug.. only on one computer


Recommended Posts

hi all.

My script uses nomadmemory.au3's UDF to locate/read memory offsets

it works perfectly fine on my own computer, but today when I was trying to run it on my laptop , I see

this 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 = 0x0020

Const ^ ERROR

>Exit code: 1 Time: 0.317

Link to comment
Share on other sites

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