Page 1 of 2
HMod
Posted: Wed Oct 30, 2013 4:37 pm
by Droopy
Hello, here's HMod :
HMod summary :
Code: Select all
Is an help file (help extracted from source code)
Can include functions/Sources/Tips
Is useful as reminder and for adding help to PureBasic modules.
PureBasic Modules is a new alternative to User Library compiled with Tailbite
Clic on my signature to download HMod.
Regards
Re: HMod
Posted: Wed Oct 30, 2013 7:33 pm
by idle
good idea thanks
Re: HMod
Posted: Sat Nov 02, 2013 12:57 pm
by Droopy
New installer with help file added to the PureBasic editor
Re: HMod
Posted: Sat Nov 02, 2013 8:33 pm
by Poshu
Looks quite good. Does it compile for linux? A common save format would be so great...
Re: HMod
Posted: Sun Nov 03, 2013 9:55 am
by Droopy
The format is open, so it could works on linux/macos.
Just a few functions (like retreive purebasic folder) requires win32 api and need to be rewritten.
If you want to try compiling over linux, i can send the source code.
Re: HMod
Posted: Mon Nov 04, 2013 1:04 am
by Poshu
Could you send it to me, I'll have a look to the work that need to be done (retrieving pb's folder is an easy one. If it's only that kind of stuff, I should be able to do it).
Re: HMod
Posted: Mon Nov 04, 2013 9:44 pm
by Droopy
I'm working on a new version and after i send you the source code.
Regards

Re: HMod
Posted: Mon Nov 04, 2013 11:41 pm
by Poshu
Fine by me.
Re: HMod
Posted: Tue Nov 05, 2013 6:15 pm
by Droopy
5 Novembre 2013 : HMod update / new version avalaible
Re: HMod
Posted: Fri Nov 08, 2013 8:18 am
by Bisonte
There is a bad issue with the HModInstaller.exe
It generates always this (ToolCount = 2) in the file "Tools.prefs", equal if you have another external tools installed or not...
(In my case it have to be : ToolCount = 14... so the menu in the IDE shown only your hMod and not the others anymore)
Code: Select all
; PureBasic IDE ToolsMenu Configuration
;
[ToolsInfo]
ToolCount = 2
;
Edit : And it do nothing... only full CPU activity (100%) of one core... (Win7 x64) after 5 minutes I killed the TailHMod.exe....
Re: HMod
Posted: Fri Nov 08, 2013 2:52 pm
by Droopy
Installer updated
@Bisonte : can you retry ?
Re: HMod
Posted: Fri Nov 08, 2013 5:40 pm
by Bisonte
Now the installer seem to be right. (Tools.prefs ok)
But how should the programs work ?
I load the source of the example.pbi and press STRG+F12 (to start the installed tailhmod.exe), but execpt the high cpu activity, nothing happens
within 10 minutes (and the program is still running!)
With STRG+F1 the HModviewer.exe can't found the example mod file... so I think you forgot to put it into the Installer
Maybe you can explain me how to make it work, because it sounds very interesting for me ...
Re: HMod
Posted: Mon Nov 11, 2013 12:08 pm
by Droopy
Hello, HModInstaller updated to version 1.0.0.9 (Include HModViewer 1.0.0.2 / TailHMod 1.0.0.6)
HModViewer /TailHMod should compile over Linux/MacOS.
Thanks to Bisonte for the help

Re: HMod
Posted: Tue Nov 12, 2013 10:03 pm
by Droopy
Hello, HModInstaller updated to version 1.0.0.10 (Include HModViewer 1.0.0.4 / TailHMod 1.0.0.7)
Code: Select all
;{+++ Add the code between tags (This code must me commented)
;} (colorized) or ;}* (not colorized)
Re: HMod
Posted: Thu Nov 21, 2013 3:18 pm
by Droopy
Hello, i inform you HMod now include the DroopyLib.
Regards