You rule
Droopy's Lib 1.31.12 (PB4.20)
-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
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
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!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
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.
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

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
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
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!
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
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.
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

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
- electrochrisso
- Addict

- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
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

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
im not sure what u want fixed....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)
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!
-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Use #pb_any in the library functions, I guess.lexvictory wrote:im not sure what u want fixed....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)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
lexvictory
- Addict

- Posts: 1027
- Joined: Sun May 15, 2005 5:15 am
- Location: Australia
- Contact:
-
kinglestat
- Enthusiast

- Posts: 746
- Joined: Fri Jul 14, 2006 8:53 pm
- Location: Malta
- Contact:
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
Just ask about mental issues!
http://www.lulu.com/spotlight/kingwolf
http://www.sen3.net
