Page 1 of 2

DroopyLib (HMod version)

Posted: Thu Nov 21, 2013 3:22 pm
by Droopy
Hello
The DroopyLib is now avalaible as module with help file in hmod format.
Regards

Re: DroopyLib (HMod version)

Posted: Fri Nov 22, 2013 1:30 pm
by yrreti
Hi Droopy

When ever you have a little time, and I'd be most grateful.
I'm really new to building a web site, and yours is so simple, done well, and right to the point.
I like it. Could you please point me to somewhere that shows how to do it like you did?
Or show me how you did it. Also, how do you secure it so that no one can tamper with your site?
That has always been a big concern of mine. That some one downloads a program that I wrote
that had been tampered with malware. If your busy I understand. But I have always liked your
simple site for the reasons above.

Thank you for any help in this direction.

yrreti

Re: DroopyLib (HMod version)

Posted: Fri Nov 22, 2013 1:44 pm
by Droopy
@yretti
I just create a html file with notepad, and upload files with Filezilla.

Re: DroopyLib (HMod version)

Posted: Fri Nov 22, 2013 1:55 pm
by marroh
Droopy wrote:Hello
The DroopyLib is now avalaible as module with help file in hmod format.
Regards
Cool - Thank you!

:P

Re: DroopyLib (HMod version)

Posted: Sun Nov 24, 2013 8:23 pm
by Droopy
Hello, small update :
23 November 2013 : Library 5.21.003
DeleteUrlCacheEntry() Function added
UnlockUrlCacheEntryFile() Function added
ShowResource() Function added
ShowResourceEx() Function added
GetCurrentPid() Function added
GetParentPid() Function added
IsFileUnlocked() Function added
GetCommandLine() Function added
WaitingWindow2 Tips added

23 November 2013 : Library 5.21.002
Usage / Autocompletion changed

Re: DroopyLib (HMod version)

Posted: Mon Nov 25, 2013 2:19 pm
by jassing
Thank you for time & efforts keeping this project going!

Re: DroopyLib (HMod version)

Posted: Tue Nov 26, 2013 1:22 pm
by marroh
Droopy wrote:Hello, small update
Again thank you.

:D

Re: DroopyLib (HMod version)

Posted: Sat Dec 14, 2013 5:51 pm
by Rinzwind
When I try to use the Droopy lib in the latest Purebasic compiler I get:

---------------------------
PureBasic
---------------------------
PureBasic library missing: Misc (needed by 'Droopy' library).
---------------------------
OK
---------------------------

Misc isn't there anymore as I unsterstood.. http://www.purebasic.fr/english/viewtop ... 13&t=55120

Can you create a new version that works with 5.21 LTS? Thanks!

Re: DroopyLib (HMod version)

Posted: Sat Dec 14, 2013 5:58 pm
by Bisonte
Rinzwind wrote:Can you create a new version that works with 5.21 LTS? Thanks!
For this case Droopy included the latest "DroopyLib" as source (for PB 5.21 as a module) !
So you don't need to compile it as "Library", you can include it... ;)

Re: DroopyLib (HMod version)

Posted: Sat Dec 14, 2013 6:48 pm
by Rinzwind
I do probably something wrong...

but I tried the module approach.
XIncludeFile "C:\Program Files (x86)\PureBasic\hmod\DroopyLib.pbi"
UseModule DroopyLib

I get:

---------------------------
PureBasic
---------------------------
Line 25: Invalid name: same as a command (from library 'Droopy').
---------------------------
OK
---------------------------

on Declare StringToOem(StringAddress) in DroopyLib.pbi
etc.

I already deleted the compiled lib files from the pure basic folders...

Re: DroopyLib (HMod version)

Posted: Sun Dec 15, 2013 12:45 am
by Bisonte
you have to delete the droopylib from your PureBasicLibraries folder and the resident file (if there is one) from the Resident folder.

after that you have to restart the ide.

Re: DroopyLib (HMod version)

Posted: Sun Dec 15, 2013 1:05 pm
by Rinzwind
I completely uninstalled PureBasic and deleted the program folder, still getting the same error in the 32 bit version only...

Re: DroopyLib (HMod version)

Posted: Sun Dec 15, 2013 1:12 pm
by Rinzwind
Found the problem...
There was some old virtualization folder in Windows 7 from an older version...
%localappdata%\VirtualStore\Program Files (x86)\PureBasic
Deleted it, problem fixed.
Thanks

Re: DroopyLib (HMod version)

Posted: Fri Dec 27, 2013 11:30 am
by Droopy
Hello, TailHMod changed, just a bug fix.
TailHMod should now works with x64 version of PureBasic.

Re: DroopyLib (HMod version)

Posted: Mon Jun 30, 2014 11:13 am
by staringfrog
DocumentAndSettings is in fact DocumentsAndSettings

I understand changing the function name may break back-compatibility, but at least you might correct the description, to reduce any possible ambiguity.
DocumentAndSettings
Returns Documents and Settings Folder

Code: Select all

Procedure.s DocumentAndSettings() 
  ProcedureReturn Left(GetEnvironmentVariable("USERPROFILE"),FindString(GetEnvironmentVariable("USERPROFILE"),"\",4))
EndProcedure
P.S. And of course it's a great PB library/cookbook (as it is known to be) and highly convenient module to use with PB. I only wonder if, "alternatively to the alternative", it can also be compiled as .chm reference (probably not, but anyways)