Re: problem in Win98
"B Praveen" <[email protected]> Tue, 24 Jul 2007 10:05:55 +0530
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
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]