Page 2 of 4

Posted: Mon Apr 26, 2004 10:04 am
by milliHelp
PureBasic Libraries Quick Reference.
http://millihelp.wix.com/qref

Posted: Mon Apr 26, 2004 4:05 pm
by El_Choni
TailBite 1.1:

TailBite is a tool that splits the PureBasic.asm file generated by PureBasic 3.90 for Windows from a .pb source file into several ASM files, and compiles them into a PureBasic library using different tools included with PureBasic.

Although this can be made manually, this tool allows to compile the final user library in just one step, from the original .pb source file, and requires no ASM knowledge from the user.

Available from:

PureArea, Projects-->Developer Tools section.

PureProject, Editor Addons

Posted: Sat May 08, 2004 6:35 pm
by Karbon
Nice tool for icon editing (Free!)

http://www.snidesoft.com/

Posted: Mon May 24, 2004 2:35 am
by oryaaaaa
"Help Machine" is support your Microsoft HTML Help 1.x (*.CHM) make.

The software that I introduce is a tool that the developers in Japan are using well. The recorded Web site can be converted into the chm form. I think that I am HELP tool used easily all over the world. FREE!

Install and use two set of software. (English Version)
http://dbp.cool.ne.jp/program/purebasic/hhd/index.htm

First of all, make html as you make the Web site. Make a new project with this software. Next, import the folder(HTML). And, it compiles and it completes it.

It is easy and try variously.

---------------------------------
My Website :: dbp.cool.ne.jp
CodeSnippets(ActiveBasic) :: http://dbp.cool.ne.jp/patio/patio.cgi
ActiveBasic... PB like Free Basic Compiler :: http://www.discover-soft.com/

Posted: Thu Jun 24, 2004 1:51 am
by Doobrey
Just a little tool for anyone who uses both Windows and Amiga versions of PB..
AmigaExport, a little tool for the Windows PB editor to save the source in an Amiga friendly format (ie replaces CRLF with LF)

Grab it from my site, http://www.doobreynet.co.uk/winpb.html
(source included)

Posted: Sat Oct 23, 2004 7:51 pm
by Beach
Share your project files with the PureBasic community using PureStorage. Perfect for those times when it is just to hard to explain and you want to post a screen shot, or if you have created something to big to dump into a post. Just use PureStorage to publish your files. PureStorage will also create image or download links for posting in this phpBB forum automatically.

The site is free to use, so long as the files you send are PureBasic related. Files are accessible by the public but are write protected by a username and password. No email address is required to create an account but all file upload activity is logged by sending client's IP address.

PureStorage: http://purebasic.myftp.org

Posted: Sun Oct 24, 2004 1:34 am
by PB
TronDoc wrote: My brower gives bad links though:

Code: Select all

http://www.purearea.net/pb/CodeArchiv/Files+Dirs%5CCopyProtection_Disksize.pb
instead of this (this works):

Code: Select all

http://www.purearea.net/pb/CodeArchiv/Files+Dirs/CopyProtection_Disksize.pb
I use the Mozilla Firebird browser.
That's because %5C (in the first link above) is \ instead of /.

Posted: Mon Dec 27, 2004 4:27 pm
by gnozal
Gnozal's purebasic place

http://gnozal.ucoz.com

Editors (Windows x86) :

Code: Select all

jaPBe V3 for Purebasic V4.xx : a new updated and enhanced jaPBe version !
See thread : http://www.purebasic.fr/english/viewtop ... 35&start=0

Form Designers :

Code: Select all

PureFORM : yet another visual form designer, for purebasic 3.94 and 4.xx
See thread : http://www.purebasic.fr/english/viewtop ... 29&start=0

Programming tools :

Code: Select all

* PureHELP Compiler
 A tool to compile HTML files into a CHM help file

* PureHELP Maker
 A tool to fast build help files for your userlibraries

* PureUPX
 A shell for UPX and various scramblers, to use with the PureVALID lib (protection) or just to compress your programs

* PureLIB Installer
 A tool to build user library installers
PB Editor plugins : these plugins are designed for the new editor (3.94+)

Code: Select all

* PureBUILD
 Adds build and backup support to the editor

* Constants Explorer
 A constant viewer
jaPBe plugins : these plugins are standalone (you can use them without jaPBe)

Code: Select all

* Code Explorer
 A code archive viewer

* Constants Explorer
 A constant viewer

* PureLIB Manager
 A Purebasic User Library Manager

* PureTemplate
 Another code archive viewer, for template collections in zip archives
UserLibraries (Windows x86)

Code: Select all

* PureVALID library
 Check an executable integrity at runtime ; to use with PureUPX to protect your executables

* PureLPRINT library
 LPRINT like functions (direct access to printer)

* PureSMTP library
 Send e-mails (with files attachements) POP and SMTP AUTH supported

* PurePOP3 library
 POP3 functions (get mail from POP3 server including attachments) 

* PureCOLOR library
 Coloring gadgets (text and back colors) and much more

* PureLVSORT library
 Sorting ListIcon gadgets (manually or after a LVN_COLUMNCLICK event)

* PureRESIZE library
 Automatically resizing gadgets after a WM_SIZE event, monitoring windows

* PureBriefLZ library
 Wrapper to the BriefLZ static library by Ibsen software (fast compression)

* PureZIP library
 To ZIP and UNZIP files (uses the ZLIB 1.2.3 static library) ; no DLL required !

* PureFILE library
 Provides WinAPI based buffered file functions (faster than the genuine ones)

* PureDIC(tionary) library
 Provides associative array (dictionary) functions (based on GDSL)

* StaticScintilla library
 Use scintilla without a DLL, supports CreateWindowEx() and ScintillaGadget()

* PureLZMA library
 Provides functions to compress/uncompress data using the LZMA algorithm [LZMA SDK]. Optional RC4 based encryption is supported.

* PureCAB library
 Provides functions to handle CAB files [MS-Cabinet] with Purebasic

* PureAES library
 Provides two functions to encrypt/decrypt data using the AES (Rijndael) algorithm.
 AES-256 is used for encryption and SHA-256 for key generation.

* PurePROCS library
 Features three kind of functions : process and module functions, execute a PE executable from memory, load a PE dynamic library from memory.

* PureWCX library
 Provides an interface to TotalCMD archive plugins (*.wcx), with functions to list, compress or extract files from archives.

* PureWLX library
 Provides an interface to TotalCMD lister plugins (*.wlx).

Alternative to THInstall

Posted: Thu Mar 24, 2005 1:16 am
by dell_jockey

Re: Alternative to THInstall

Posted: Thu Mar 24, 2005 8:19 am
by NoahPhense
dell_jockey wrote:check out: http://www.molebox.com/
Very nice.. I think I'm going to buy the pro version.

- np

Re: Alternative to THInstall

Posted: Thu Mar 24, 2005 8:35 am
by J. Baker
NoahPhense wrote:
dell_jockey wrote:check out: http://www.molebox.com/
Very nice.. I think I'm going to buy the pro version.

- np
Sounds pretty kool, haven't tried it myself. I wonder how hard this would be to create in PB? Reminds me of Pauls VBin in a way.

Posted: Thu Mar 24, 2005 3:31 pm
by dell_jockey
I've been looking into this mole-thing more closely now and studied the entries in their support forum as well.
Apparentlly, you can only bind a single DLL to your application, which is rather limiting. It's way too simple an implementation to compete with a product like THInstall.

Posted: Thu Mar 24, 2005 3:45 pm
by thefool
save your money. Use Rings lib wich should be on the way::

viewtopic.php?t=8624&start=75

About molebox, since its only 59$ i think it can compete. Thinstall is about 1000$ or more?

Posted: Thu Mar 24, 2005 11:44 pm
by NoahPhense
dell_jockey wrote:I've been looking into this mole-thing more closely now and studied the entries in their support forum as well.
Apparentlly, you can only bind a single DLL to your application, which is rather limiting. It's way too simple an implementation to compete with a product like THInstall.
I read that thread.. but no. They guy was trying to put two dll's packed
all by themselves. With no exe..

You can put anything you want in the package.. All it's doing is throwing it
into memory.

- np

Posted: Fri Mar 25, 2005 5:15 am
by ricardo
thefool wrote:save your money. Use Rings lib wich should be on the way::

viewtopic.php?t=8624&start=75
Whe can we find it? Sounds great!!