
Droopy's Lib 1.32 x86/x64!
Re: Droopy's Lib 1.32 x86/x64!
Thank you very much 

The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: Droopy's Lib 1.32 x86/x64!
Any chance of a version for V4.5? 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
-
- Addict
- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
Re: Droopy's Lib 1.32 x86/x64!
I'll start looking into it after next tuesday, I have exam study up until then
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: Droopy's Lib 1.32 x86/x64!
np, thanks. 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Re: Droopy's Lib 1.32 x86/x64!
This version doesn't work with PB 4.50. is it plan an new version ? Thanks
-
- Addict
- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
Re: Droopy's Lib 1.32 x86/x64!
See my previous post.
I have not yet had time to try yet.
Try tailbiting it yourself if you have it (or feel like installing it) - if TB doesn't work with 4.50 i'll have to update/fix TB first.
If it works, I can probably squeeze Droopy's Lib in sooner, as i won't have to test so much first.
There shouldn't be any code changes needed
I will endeavour to start tomorrow (GMT+8), though no guarantees.
I have not yet had time to try yet.
Try tailbiting it yourself if you have it (or feel like installing it) - if TB doesn't work with 4.50 i'll have to update/fix TB first.
If it works, I can probably squeeze Droopy's Lib in sooner, as i won't have to test so much first.
There shouldn't be any code changes needed
I will endeavour to start tomorrow (GMT+8), though no guarantees.
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: Droopy's Lib 1.32 x86/x64!
No rush for me, it's both Fathers Day AND my birthday tomorrow - so I think I'll have my feet up with a nice cup of tea! 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
-
- Addict
- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
Re: Droopy's Lib 1.32 x86/x64!
Sorry for the long delay, time kept getting away from me - I was on uni break after all!
Compiled a version for 4.50
It SEEMS to work with 4.51rc1 (haven't tested much of it), but you need to copy version.lib from \PureLibraries\Windows\Libraries\ from a previous version at the moment, as 4.51rc1 does not seem to have this lib file
Compiled a version for 4.50
It SEEMS to work with 4.51rc1 (haven't tested much of it), but you need to copy version.lib from \PureLibraries\Windows\Libraries\ from a previous version at the moment, as 4.51rc1 does not seem to have this lib file
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
- electrochrisso
- Addict
- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Re: Droopy's Lib 1.32 x86/x64!
Hi Lexvictory, I have found a little memory error bug in bargraph.
Source Code Line 4693
StartDrawing(ImageOutput(BargraphLList()))
Should be
StartDrawing(ImageOutput(BargraphLList()\Image))
Great lib, keep up the good work.
Source Code Line 4693
StartDrawing(ImageOutput(BargraphLList()))
Should be
StartDrawing(ImageOutput(BargraphLList()\Image))
Great lib, keep up the good work.
PureBasic! Purely the best 

Re: Droopy's Lib 1.32 x86/x64!
I really love this library, thanks droopy!
I do have a small suggestion for the GetDirectoryEntrySize()
-----------------------------------------------------------
It feeds back size in KB. Should really been just bytes. Let people decide afterwards if they want to / 1024.
So:
Size+( lpFindFileData\nFileSizeLow / 1024) ; Add Low DWord
Should be:
Size+( lpFindFileData\nFileSizeLow) ; Add Low DWord
Gives back size as bytes.
No problem, as one can just copy the code out of droopy.pb and modify ourselves, but just a thought
I do have a small suggestion for the GetDirectoryEntrySize()
-----------------------------------------------------------
It feeds back size in KB. Should really been just bytes. Let people decide afterwards if they want to / 1024.
So:
Size+( lpFindFileData\nFileSizeLow / 1024) ; Add Low DWord
Should be:
Size+( lpFindFileData\nFileSizeLow) ; Add Low DWord
Gives back size as bytes.
No problem, as one can just copy the code out of droopy.pb and modify ourselves, but just a thought

Regards Stone Oakvalley
Currently @ PB 5.70
Currently @ PB 5.70