Page 3 of 3

Re: PureAutoIt - Complete Autoit Functions In Purebasic

Posted: Sun Feb 23, 2025 11:42 pm
by AZJIO
simkot wrote: Sun Feb 23, 2025 7:22 pm When calling some functions I often get a message that "String 962: InitNetwork() is not a function, array, macro, or linked list".
As far as I understand, the InitNetwork() function is executed automatically when there are functions that require it. Therefore, you simply delete it without the risk of getting into trouble.

Re: PureAutoIt - Complete Autoit Functions In Purebasic

Posted: Mon Feb 24, 2025 7:00 am
by simkot
If If InitNetwork()I removed other errors appear. Is it possible to replace it with something else? Or how to use Zgku thenI removed other errors appear. Is it possible to replace it with something else? Or how to use PureAutoIt then?

Re: PureAutoIt - Complete Autoit Functions In Purebasic

Posted: Mon Feb 24, 2025 7:50 am
by AZJIO
simkot wrote: Mon Feb 24, 2025 7:00 am If If InitNetwork()I removed other errors appear.
They are not born now (after removing InitNetwork), they were just there due to multiple PureBasic updates. It's just that the compiler shows the first error that comes up, it doesn't show them all at once. Look at the date PureAutoIt was created. When I started learning PureBasic 8 years ago, this library already existed.