PureAutoIt - Complete Autoit Functions In Purebasic

Developed or developing a new product in PureBasic? Tell the world about it.
AZJIO
Addict
Addict
Posts: 2141
Joined: Sun May 14, 2017 1:48 am

Re: PureAutoIt - Complete Autoit Functions In Purebasic

Post 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.
simkot
User
User
Posts: 31
Joined: Sat Oct 26, 2024 8:25 am

Re: PureAutoIt - Complete Autoit Functions In Purebasic

Post 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?
AZJIO
Addict
Addict
Posts: 2141
Joined: Sun May 14, 2017 1:48 am

Re: PureAutoIt - Complete Autoit Functions In Purebasic

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