Re: problem in Win98
"engel_411" <[email protected]> Tue, 24 Jul 2007 08:59:57 -0000
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks to all of you! It works now! And the problem with the .ini file has also been solved. This file was hidden! But while Win2000 could read it without problems, Win98 did not until I switched the hide flag off. Thank you again Horst --- In [email protected], "valery_vi" <shehrer1@...> wrote: > > > Please use the "#AutoIt3Wrapper_useansi=y" line in the beginning of > > It's option for compilation by SciTE, I think. > > Valery > > --- In [email protected], "B Praveen" <bandari.praveen@> > wrote: > > > > > > Hello, > > > > Please use the "#AutoIt3Wrapper_useansi=y" line in the beginning of > your script. It makes the AutoIt compiler to compile the script using > ANSI code. > > I have used this in my scripts and they are working now on all > Windows OSs(including 98Se and Me). > > > > Regards, > > Praveen > > > > ----- Original Message ----- > > From: engel_411 > > To: [email protected] > > Sent: Tuesday, July 24, 2007 4:10 AM > > Subject: [AutoIt] problem in Win98 > > > > > > 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 > > > > > > > > > > > > [Non-text portions of this message have been removed] > > >