Jump to content

Recommended Posts

Posted

I installed AutoIt3 (I tried both install modes, x64 and x86 compatible) on a Server2008R2x64, and my scripts can't locate the include files.  On my Win7x64 machine, where I developed the code, I can't see any Autoit3 related environment variables, so I'm not sure what mechanism is used and therefore what's wrong with the server.  The files are in the usual place.

If I try File/Open Selected File on the #include statement, nothing happens.  If I compile, I get no error messages.  When I run the script either from the editor or the compiled version, I get an error when I reference an array created by _FileListToArray.

Posted

The install location is stored in the registry, in HKLMSoftwareAutoIt v3AutoIt and HKCUSoftwareAutoIt v3

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

My HKCU key is there, by the  HKLM key is absent.  I've re-downloaded the installer and re-installed twice with no improvement.  I'm logged in as administrator, but I'm working though RDP, if that could somehow matter.

Could you provide a .reg file or describe the key?

Posted

I looked at my working Win7 machine, and the HKLM isn't there on the good machine, as well.

Can I put a full path in the include line?  I'm a little worried that this is unlikely to be the only problem...

Posted

You can always point to the include files using the full path and file name.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

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