Astra Posted June 12, 2007 Posted June 12, 2007 i need to include NomadMemory.au3 for a program But i dont know how to i have the Nomadmemory.au3 file but i dont know how to include it if anyone could help with this please tell me :-) -Astra
Astra Posted June 12, 2007 Author Posted June 12, 2007 (edited) ... have that it gives me a error ... Line 20 (Flie "C:\Documents and settings\(IRLNAMEHERE)\Desktop\my addons\autoit\autoit3\scripts\------ script 1 #include <nomadmemory.au3> error: error opening the file Edited June 12, 2007 by Astra
poisonkiller Posted June 12, 2007 Posted June 12, 2007 Not #include <NomadMemory.au3>, #include "NomadMemory.au3"(This only works if NomadMemory.au3 is in your scripts dir) or #include "C:\Documents and settings\(IRLNAMEHERE)\Desktop\my addons\autoit\autoit3\scripts\NomadMemory.au3"
PsaltyDS Posted June 12, 2007 Posted June 12, 2007 ok thanxThe help file has all the details on how the path is found for #include.Cheers!:-) Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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