Jump to content

Recommended Posts

Posted (edited)

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
Posted

Which version of autoit are u running? Also post your script...

I'm runnig AutoIt v3.2.10.0.

Just for testing i'm only using this line of code:

MsgBox(-1,"TEST", "123 132 123")

Thanks for your help!

Posted (edited)

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
Posted

Did you do an ANSI compile ?

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

Jos i believe that might be the problem!

How can i do an ANSI compile?

Sorry if this is a dumb question! :">

  • Developers
Posted

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

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