Re: problem in Win98
larrydalooza <[email protected]> Tue, 24 Jul 2007 00:44:42 -0000
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "engel_411" <engel_411@...> wrote: > > I compiled a short script in Win2000 (with AutoIt 3.2.2.0) and it > worked perfectly. > Then I used it from Win98 and told me that there was following error: > > $var=IniReadSection("C:\boot.ini","operating systems") > $n=$var[0][0] > error ^ > > As I saw that there might have been problems with this function under > Win98 I downloaded v3.2.4.9 and recompiled my script. > Again in Win2000 it worked perfectly, while now in Win98 it just > doesn't run. No error message. Just nothing. > > Did you have similar problems? > Horst > AutoIt is unicode now. Win98 is not... We still maintain an ANSI version of AutoIt... look for AutoIt3A.exe and compile with Aut2EXEA.exe. Lar.