General Development-Tools Links

Everything else that doesn't fall into one of the other PB categories.
User avatar
luis
Addict
Addict
Posts: 3876
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: General Development-Tools Links

Post by luis »

DeleD is now open source!

As of January 15, 2010 both DeleD PRO and DeleD LITE are discontinued. Instead the new DeleD CE (CE stands for Community Edition) has been launched. DeleD CE is based upon the DeleD PRO Delphi source code and is licensed under the GNU General Public License.

http://www.delgine.com/
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: General Development-Tools Links

Post by eddy »

http://www.frecle.net/index.php?show=projects
gile[s] - free lightmapper
tree[d] - free tree generator
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Virtual Print Engine by Ideal Software

Post by swhite »

Virtual Print Engine is to my mind one of the best 3rd party tools for printing I have used for years. It can produce reports in pdf, HTML and OpenOffice using their extensive API. I have found the tool to be quick and very reliable. So if you are looking for tools to produce reports, charts etc. then have a look at http://www.IdealSoftware.com

Simon
Simon White
dCipher Computing
DarkDragon
Addict
Addict
Posts: 2218
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: General Development-Tools Links

Post by DarkDragon »

http://graphics.uni-konstanz.de/~luft/ivy_generator/
Let ivy plants grow up around objects.

http://xfrog.com
General plant generator.
bye,
Daniel
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

LinuxLive USB Creator

Post by IdeasVacuum »

LinuxLive USB Creator. Run Linux on a Windows PC from a USB drive, no mods to Windows required.

Open Source.

http://www.linuxliveusb.com/en/home
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
rudz
User
User
Posts: 35
Joined: Sun Mar 21, 2010 6:59 am
Location: Denmark
Contact:

Re: General Development-Tools Links

Post by rudz »

A couple of usable things :-)

HxD - Freeware Hex Editor and Disk Editor.
by Maël Hörz:
http://mh-nexus.de/en/hxd/

MPRESS, a free, high-performance executable packer for
PE32/PE32+/.NET/MAC-DARWIN executable formats!
http://www.matcode.com/mpress.htm

FreeArc - FreeArc is a modern general-purpose archiver.
Main advantage of FreeArc is fast but efficient compression and rich set of features.
http://freearc.org/
AMD FX-8350 @ ~4.8GHz | 8GB Corsair DDR3-SDRAM @ 1800Mhz | 7even Ult & Manjaro 0.8.7.1 | PB 5.3
Web: rudz.dk
User avatar
blueb
Addict
Addict
Posts: 1041
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Re: General Development-Tools Links

Post by blueb »

CopyRat is a simple, free program for backing up your files that I use to copy 'everything' to
some of my portable USB drives.

CopyRat can also run from the commandline (or batch scripts)
to backup files without the window interface.

CopyRat was created by PureBasic's "kenmo" (Ryan Touk)

http://www.grudlux.com/copyrat/CopyRat.htm


; ==============================================================
Another gem that I use to compare files...

ExamDiff

Freeware Visual File Comparison Tool
• Automatically detects file changes
• One-click re-compare
• Drag and drop support
• Easy navigation and search
• Command line interface
• Fully customizable

http://www.prestosoft.com/edp_examdiff.asp
- It was too lonely at the top.

System : PB 6.10 Beta 9 (x64) and Win Pro 11 (x64)
Hardware: AMD Ryzen 9 5900X w/64 gigs Ram, AMD RX 6950 XT Graphics w/16gigs Mem
User avatar
Lunasole
Addict
Addict
Posts: 1091
Joined: Mon Oct 26, 2015 2:55 am
Location: UA
Contact:

Re: General Development-Tools Links

Post by Lunasole »

For icons I'm using "@icon sushi"
It can compose any icon from set of your PNG or other images, alpha channels supported.

"Resource Hacker" and "CFF explorer" are nice free tools to edit other resources within executables (the second is more to edit PE header data).
"UPX" to compress binaries.

"Winlister" to track any existing window or it's parameters (to read and edit windows styles - "WS viewer", but I didn't posted this yet ^^)

"Process Hacker" - very cool tool with wide range of functions, including network connection monitor, disk I/O monitor and lot more to examine application activity and resource consumption. More functional replacement for windows task manager and "Process Explorer" from SysInternals (now MS)
"W̷i̷s̷h̷i̷n̷g o̷n a s̷t̷a̷r"
percy_b
User
User
Posts: 72
Joined: Mon Jan 12, 2015 10:25 am

Re: General Development-Tools Links

Post by percy_b »

KEL CHM Creator v.1.4.0.0
An excellent CHM help file creation tool. It's at least as good as a commercial product that I forked out a lot of money for two years ago. You can find it here: https://dumah7.wordpress.com/2009/02/17 ... v-1-4-0-0/

This product was previously mentioned elsewhere on this forum before, but no link was provided.


PS: It requires Microsoft HTML Help Workshop ( http://www.microsoft.com/en-us/download ... x?id=21138 ).
percy_b
User
User
Posts: 72
Joined: Mon Jan 12, 2015 10:25 am

Re: General Development-Tools Links

Post by percy_b »

Here's yet another help authoring tool called "HelpMaker". What makes this tool different is you don't have to start with an external tool to create HTML or Word documents. Instead, you can use its built-in WYSIWYG features to build the help file step-by-step.

It generates a CHM file as the final output.

Download it here: https://sourceforge.net/projects/helpmaker/

This help authoring tool is also free.
User avatar
Vernostonos
User
User
Posts: 58
Joined: Thu Jul 02, 2020 9:52 pm

Re: General Development-Tools Links

Post by Vernostonos »

Moonshine wrote:Found this today, very useful piece of kit. A debug output tool which outputs everything thats happening (well, just the errors really) but it can be extremely useful when using external DLL's and similar things. Best of all, its free, and all you have to do is execute it then execute your program, and the errors will be caught in the output window.

It's called DebugView v4.31 (at the moment)

Click on 'Utilities' for the version of Windows you use:

http://www.sysinternals.com/
I've been using this since the XP era. It came bundled with a customized version of XP for my alien-ware PC. Great program!
vmars316
Enthusiast
Enthusiast
Posts: 464
Joined: Fri Jun 29, 2012 12:24 am
Contact:

Re: General Development-Tools Links

Post by vmars316 »

percy-b :
For https://sourceforge.net/projects/helpmaker/
You'll need a .pas , Pascal compiler .
vmars.us Win11 x64 , Martin Guitar 000-16 (1995)
"All things in moderation , except for love and forgiveness."
Post Reply