Droopy's Lib 1.31.12 (PB4.20)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Frontier
User
User
Posts: 74
Joined: Thu Dec 22, 2005 2:43 pm
Location: Chios, Greece
Contact:

Post by Frontier »

Wow ABBKlaus, that was fast :)
You rule :D
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

ive started work on this again, so i guess i have to increase the version number again xD

Klaus: did u make any changes to droopy.pb? or just compile it for the new version.

have a look on sf.net if u guys want to see what ive been doing :)
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

original was V1.31.4, V1.31.5 was modified and the rest is only recompiled for the new version of PB.

Changes :
- Droopy_Init() procedure added
- Ldb functions fixed to work with PB4.10

Regards Klaus
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

cool. maybe i shouldve said any changes since ur last release :lol:
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

I got a little confused reading the thread, which is the version that works with PB4.10...V1.31.4 or V1.31.8?

the subject is: Droopy's Lib 1.31.4 (PB4.01) <is this supposed to be PB4.01 or PB4.10? The link in the first posts still points to the 1.31.4 version.

I'd like to make a request also while your updating. I see the OSVersionText() function in the cource code, it doesn't include Windows Vista. PB 4.10 now includes the #PB_OS_Windows_Vista constant. Can this also be included in that function please?

Thank You


BTW, thank you very much. I love the Droopy library. :)
Last edited by SFSxOI on Tue Dec 18, 2007 1:16 am, edited 1 time in total.
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

original post edited

will update that function for the next release, as i have already compiled v1.3.9.
im in the process of updating the website, so havent uploaded a zip to sf.net yet.
1.31.9 is pretty much the same as ABBKlaus's latest compilation, but with an updated help file, and now uses subsystems
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Amundo
Enthusiast
Enthusiast
Posts: 200
Joined: Thu Feb 16, 2006 1:41 am
Location: New Zealand

Post by Amundo »

Thanks to all involved for continuing to keep this (very) worthwhile lib up-to-date!
Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

Thanks for the new version. :)

Noticed tho that the examples in the help file still use old formats for some of the procedures and constants from previous versions of PB.
Last edited by SFSxOI on Thu Dec 20, 2007 1:23 am, edited 1 time in total.
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

SFSxOI wrote:Thanks for the new version. :)

Noticed tho that the examples in the help file still use old v3.94 formats for some of the procedures and constants.
will be changed for the next version
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Post by electrochrisso »

I like your Lib. :D
Thanks!
PureBasic! Purely the best 8)
User avatar
hallodri
Enthusiast
Enthusiast
Posts: 208
Joined: Tue Nov 08, 2005 7:59 am
Location: Germany
Contact:

Post by hallodri »

Code: Select all

OpenLibrary(0,"user32.dll")
SearchProcess("")
CallFunction(0,"MessageBoxA",0,"crash with prototype and never found this function with callfunction ... Use #pb_any in your functions !","",0)
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

hallodri wrote:

Code: Select all

OpenLibrary(0,"user32.dll")
SearchProcess("")
CallFunction(0,"MessageBoxA",0,"crash with prototype and never found this function with callfunction ... Use #pb_any in your functions !","",0)
im not sure what u want fixed....
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

lexvictory wrote:
hallodri wrote:

Code: Select all

OpenLibrary(0,"user32.dll")
SearchProcess("")
CallFunction(0,"MessageBoxA",0,"crash with prototype and never found this function with callfunction ... Use #pb_any in your functions !","",0)
im not sure what u want fixed....
Use #pb_any in the library functions, I guess.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

sounds about right...

sometimes i dont feel right changing things in the lib, as its not my lib, and droopy seems to still be around, i just havent seen him on the english forum lately....
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
kinglestat
Enthusiast
Enthusiast
Posts: 746
Joined: Fri Jul 14, 2006 8:53 pm
Location: Malta
Contact:

Post by kinglestat »

the ToolTip() sets seems to be buggy...it doesnt work on ListView gadgets, and ToolTipShow, ToolTipHide and ToolTipUpdate even in demo app report incorrect number of parameters....
I may not help with your coding
Just ask about mental issues!

http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
Post Reply