I have this error when compiling programm with droopylib
Line 2275 byte.b=PeekB(@tempipinfo\Address+i)
Error message
with PB 6.11 beta 1
Can someone help Me ?
Droopy lib and Purebasic 6.11 beta 1
-
- Enthusiast
- Posts: 542
- Joined: Tue Oct 14, 2014 12:09 pm
Re: Droopy lib and Purebasic 6.11 beta 1
I believe that the chances of your question being answered will increase if you write where the droopylib can be found.
Hygge
-
- Enthusiast
- Posts: 542
- Joined: Tue Oct 14, 2014 12:09 pm
Re: Droopy lib and Purebasic 6.11 beta 1
https://www.purebasic.fr/english/viewtopic.php?t=46047
These library was working well in purebasic 6.10 LTS
These library was working well in purebasic 6.10 LTS
Re: Droopy lib and Purebasic 6.11 beta 1
Without having the droopy lib, is \Address an array in the structure of tempipinfo?
Then please try
Then it is this bug or Fred trying so solve it https://www.purebasic.fr/english/viewtopic.php?t=83891
Then please try
Code: Select all
...@tempipinfo\Address[0]...