Jump to content

Autoit and Windows 98


Recommended Posts

Hi!

Im trying to code a script in Autoit to run in windows 98.

When i try to run the program, nothing happens. :)

This program runs in windows 2000, XP and Vista!

Does anyone known what i'm doing wrong?

Thanks!

Edited by SoulBlade
Link to comment
Share on other sites

Hi!

Im trying to code a script in Autoit to run in windows 98.

When i try to run the program, nothing happens. :)

This program runs in windows 2000, XP and Vista!

Does anyone known what i'm doing wrong?

Thanks!

I've found out that if i build the program in Windows XP, it doesn't work in Windows 98.

If i build windows 98, it runs in all Windows versions.

I missing something...

Edited by SoulBlade
Link to comment
Share on other sites

  • Developers

Did you do an ANSI compile ?

Can you show the SciTE Output pane information so I can check what is happening ?

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

When you are using the Full SciTE4AutoIt3, just add at this directive at the top of the script:

#AutoIt3Wrapper_useansi=y

Manually: run Aut2EXEA.exe in stead of AUT2EXE.EXE.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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