Jump to content

General Issues...


koresho
 Share

Recommended Posts

Hey all, what is a good method to detect a 64 bit installation of Vista other than checking to see if the "Program Files (x86)" is there?

and also, when I try to test a script in Scite it doesn't report errors or make a test compilation of the script... any ideas? Thanks.

Link to comment
Share on other sites

Hey all, what is a good method to detect a 64 bit installation of Vista other than checking to see if the "Program Files (x86)" is there?

Have a look at this. If the function returns true then the program is running under a 32bit emulation in a 64 bit OS.

and also, when I try to test a script in Scite it doesn't report errors or make a test compilation of the script... any ideas? Thanks.

When you say test what do you mean? Running a script in Scite just runs it but doesn't compile it. If there are no errors reported then, um, maybe there are no errors.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

Have a look at this. If the function returns true then the program is running under a 32bit emulation in a 64 bit OS.

When you say test what do you mean? Running a script in Scite just runs it but doesn't compile it. If there are no errors reported then, um, maybe there are no errors.

no there are errors, I know because the program will not function correctly, or not run... example: I had bad syntax in a program, so I tried to do the F5 run from SciTE. It just exited immediately with no error reporting... so I compiled the script and tried to run it and it reported the error in a message box.

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