..
|
Parent Directory.
|
|
BarCodes.zip
|
23 Apr 2001
3 Kb
|
Encoder for UPC, ITF, 39, EAN8 and EAN13 bar codes. Source code for
PB/CC 1-3. Public Domain by David J Walker.
|
|
BINT32.zip
|
25 Feb 2004
118 Kb
|
BINT32 v1.2.3 (beta) is a small Basic Interpreter 32-bit DLL
designed to be used inside PowerBASIC programs, both PB/CC and PB/Win.
BINT32 was written using PBWIN70 and is still under development.
Restore directory structure when extracting.
Freeware by Eros Olmi.
|
|
BugRpt.zip
|
18 Oct 2002
30 Kb
|
This DLL makes it easy for your application to produce bug reports
with detailed information on the user's hardware and software
configuration. Includes sample PB/Win 7 source code for the calling
application. Freeware by Bruce R Brown.
|
|
c_5018.zip
|
08 Sep 2002
128 Kb
|
An enhanced terminal program based on the Comm.bas PowerBASIC sample program.
Includes source code for PB/Win 7. Freeware by Patrick Logan.
|
|
CCBASIC.zip
|
18 Aug 1999
82 Kb
|
Cheesecake BASIC 0.1, a simple BASIC interpreter. Includes
source code for PB/CC 2-3. Freeware under the GNU GPL from
Noktosoft.
|
|
CCSamp10.zip
|
01 Jun 1998
21 Kb
|
All example source code from PB/CC 1.00
|
|
CCSamp20.zip
|
03 Jun 1999
40 Kb
|
All example source code from PB/CC 2.00
|
|
CCSamp21.zip
|
01 Feb 2002
39 Kb
|
All example source code from PB/CC 2.11
|
|
CCSamp30.zip
|
06 Nov 2002
533 Kb
|
All example source code from PB/CC 3.00, with executables.
Restore directory structure when unzipping.
|
|
CSamp301.zip
|
04 Mar 2003
540 Kb
|
All example source code for the PowerBASIC Console Compiler 3.01
for Windows, plus compiled executables. Preserve directory
structure when unzipping.
|
|
CSamp302.zip
|
544 Kb
|
All example source code for the PowerBASIC Console Compiler 3.02
for Windows, plus compiled executables. Preserve directory
structure when unzipping.
|
|
CRC32.zip
|
20 Jul 1999
12 Kb
|
Calculates a 32-bit CRC from a data buffer. Demonstrates the use of
inline assembly language in PowerBASIC. Includes source code for
PB/CC 1-3.
|
|
DaySave.zip
|
11 Apr 2000
1 Kb
|
Calculate the dates Daylight Savings Time begins in USA and the
European Union. Source code for PB/DLL 6 - PB/Win 7.
Public Domain by Egbert Zijlema.
|
|
Dir32.zip
|
10 Apr 2002
36 Kb
|
Demonstration of how to get all files and directories below a given
starting point. Includes source and executables for PB/DOS and PB/CC.
Public Domain by Tim Camarda.
|
|
DLSamp50.zip
|
08 Sep 1997
58 Kb
|
All example source code from PB/DLL 5.00
|
|
DLSamp60.zip
|
11 Jun 2001
170 Kb
|
All example source code from PB/DLL 6.00
|
|
DLSamp61.zip
|
01 Feb 2002
134 Kb
|
All example source code from PB/DLL 6.11
|
|
DragDrop.zip
|
04 Mar 2000
2 Kb
|
Drag and drop files to a dialog. Source code for PB/DLL 6 - PB/Win 7.
Public Domain by Peter Scheutz.
|
|
Easter.zip
|
29 Mar 2007
64 Kb
|
Calculate the date of Easter for a given year. Source code
for PB/Win. Public Domain by
Egbert Zijlema.
|
|
Endian.zip
|
11 Aug 2000
1 Kb
|
Convert various integer types from big-endian to little-endian format
and vice versa. Freeware from
PowerBASIC, Inc.
|
|
EPBNote2.zip
|
26 Jan 2004
29 Kb
|
Demo of Alexander Pukall's PC1.zip encryption (see below)
based on the PBNote sample code. Source code for PB/DLL.
Preserve directory structure when unzipping.
|
|
FE2dCombo.zip
|
14 Dec 2001
180 Kb
|
FE2d is a 2 dimensional finite element code. It is based on linear,
elastic, small displacement theory, using the direct stiffness method. The
program solves models built around grids, beams, and membrane quads. Loads
can be applied to the model which are concentrated, or distributed, or
derived from temperatures and initial strains. The solution includes
displacements, reactions, and element forces or stresses.
Includes source code for PB/DLL 6. Freeware by Charles Dietz.
|
|
FileDate.zip
|
05 Jul 2002
4 Kb
|
Display the time and date of a file using local time/date conventions.
Includes source code for PB/CC 2-3, PB/DLL 5-6 - PB/Win 7.
|
|
Generic.zip
|
11 Sep 1998
11 Kb
|
A generic WINMAIN example from
Steve Hutchesson.
|
|
GP_ANSI_311.zip
|
31 Sep 2004
46 Kb
|
An ANSI terminal program with mouse support. Includes PB/CC source code.
Freeware from Lance Edmonds, Georg Potthast, and Py Logan.
|
|
GTerm_416.zip
|
03 Jan 2005
189 Kb
|
An ANSI terminal program with GUI interface elements. Includes source code
for PB/CC 3 and PB/Win 7. Freeware from Lance Edmonds, Georg Potthast, and
Py Logan.
|
|
Hello32.zip
|
03 Jul 2002
9 Kb
|
"Hello, World!" examples for PB/DLL 5-6 - PB/Win 7.
|
|
HTML-Help.zip
|
15 Jun 2004
58 Kb
|
A tutorial on how to build and use HTML help files. Includes PB/Win 7
source code. Public Domain by Bob Plymale.
|
|
Linear.zip
|
01 Mar 2002
16 Kb
|
Linear regression and correlation for beginners example.
Source code for PB/DLL 6 - PB/Win 7. Public Domain by
Erik Christensen, et al.
|
|
LongPi.zip
|
01 Jul 2002
14 Kb
|
Calculate PI out to a specified number of decimal places. Includes
source code for PB/CC 3.0. By Bill Davidsen, et al. Translated from C
by Tom Hanlin.
|
|
Message.zip
|
22 Jul 2003
3 Kb
|
Windows message and thread processing example for PB/Win 7.
Source code companion to
PowerBASIC Gazette #38.
|
|
MKBAPN10.exe
|
24 Feb 2002
1.03 Mb
|
The MKB Arbitrary Precision Number Library 1.0 allows your programs
to compute in arbitrary precision integer arithmetic using numbers up to
2 gigadigits in length. PowerBASIC include files and examples available
separately, below. Trial version of shareware by
MKB Technology.
|
|
MKB10PB.zip
|
12 Aug 2002
20 Kb
|
PowerBASIC sample and include files for the MKB Arbitrary Precision
Number Library 1.0, above. Translated by Lance C. Edmonds and posted
here by the kind permission of
MKB Technology. Includes source code for PB/Win 7.
|
|
MkLetter.zip
|
30 Sep 2003
221 Kb
|
COM-automation application skeleton for Microsoft Word, showing different
techniques of handling Word documents. Includes source code for PB/Win 7.
Freeware by Herman Kieskamp.
|
|
MSBF.zip
|
03 Jul 2002
6 Kb
|
Functions for converting numbers to and from Microsoft's old proprietary
floating point format (Microsoft Binary Format). Includes source code
for PB/DLL 5-6 - PB/Win 7.
|
|
MSI.zip
|
12 Jan 2001
8 Kb
|
Windows Installer API include file v1.5 for PB/DLL 6.0. Translated by
Jeffrey J. Borghoff.
|
|
Ordinal.zip
|
21 Feb 2002
12 Kb
|
Call By Ordinal shows how to call a DLL routine by ordinal number,
rather than by name. PB/CC source code, readily modified for use
with PB/DLL. Public Domain by Randall L Glass.
|
|
PBCC 3.03 Samples.zip
|
547 Kb
|
All example source code for the PowerBASIC Console Compiler 3.03
for Windows, plus compiled executables. Preserve directory
structure when unzipping.
|
|
PBCC 3.04 Samples.zip
|
547 Kb
|
All example source code for the PowerBASIC Console Compiler 3.04
for Windows, plus compiled executables. Preserve directory
structure when unzipping.
|
|
PBCC 4.00 Samples.zip
|
649 Kb
|
All example source code for the PowerBASIC Console Compiler 4.00
for Windows, plus compiled executables. Preserve directory
structure when unzipping.
|
|
PBCC 4.01 Samples.zip
|
637 Kb
|
All example source code for the PowerBASIC Console Compiler 4.01
for Windows, plus compiled executables. Preserve directory
structure when unzipping.
|
|
Pbeherr.zip
|
23 Jul 2001
33 Kb
|
Windows exception-based error handler for PowerBASIC. Source code.
Public Domain by Aldo Cavini.
|
|
PBForms 1.5 Samples.zip
|
211 Kb
|
All example source code for PowerBASIC Forms 1.5, plus compiled
executables. Preserve directory structure when unzipping.
|
|
PBForms 1.51 Samples.zip
|
255 Kb
|
All example source code for PowerBASIC Forms 1.51, plus compiled
executables. Preserve directory structure when unzipping.
|
|
PbLame.zip
|
28 Nov 2003
312 Kb
|
PBLame 1.00 is an include file and wrapper functions for
calling the LAME
DLL (an MP3 encoder) from PowerBASIC.
Source code and test program. Public Domain by Raymond L. King of
Custom Software Designers.
|
|
PBVis.zip
|
06 Aug 1999
6 Kb
|
Write WinAMP plug-ins with PowerBASIC. Includes source code.
Freeware by Murphy McCauley.
|
|
PBVoice_121203.zip
|
11 Dec 2003
2.3 Mb
|
PBVoice Dialogic R4 Toolkit, version 12-12-03. A telephony
toolkit for Dialogic devices using SR51 and SR511 drivers. Includes
source code and DLL. Public Domain by Erik Olson and
Don Dickinson.
|
|
PBWin 7.03 Samples.zip
|
881 Kb
|
All example source code for PowerBASIC for Windows 7.03,
plus compiled executables.
Preserve directory structure when unzipping.
|
|
PBWin 7.04 Samples.zip
|
881 Kb
|
All example source code for PowerBASIC for Windows 7.04,
plus compiled executables.
Preserve directory structure when unzipping.
|
|
PBWin 8.00 Samples.zip
|
1,146 Kb
|
All example source code for PowerBASIC for Windows 8.00,
plus compiled executables.
Preserve directory structure when unzipping.
|
|
PBWin 8.01 Samples.zip
|
1,136 Kb
|
All example source code for PowerBASIC for Windows 8.01,
plus compiled executables.
Preserve directory structure when unzipping.
|
|
PBWKeys2.zip
|
01 Oct 2001
4 Kb
|
Keyword lists for PB/CC 2.0 and PB/DLL 6.0 from
PowerBASIC, Inc.
|
|
PBWKeys3.zip
|
30 Mar 2004
7 Kb
|
Keyword lists for PB/CC 3.0, PB/Win 7.0, and PB/Forms 1.5 from
PowerBASIC, Inc.
|
|
PBZLIB.zip
|
20 Nov 1998
35 Kb
|
Interface your PowerBASIC program to the zlib compression library
(not included: available here).
By James C. Fuller.
|
|
PC1.zip
|
01 Oct 2000
2 Kb
|
A symmetric encryption algorithm with a 128-bit key length. Source code
for PB/DLL (readily converted for PB/CC). Freeware by
Alexander Pukall
. Ported to PowerBASIC by
Wayne Diamond.
|
|
PD_DLL.zip
|
02 Jun 2001
113 Kb
|
PrintDirect DLL is used from your PowerBASIC program to bypass
the printer driver, list the available printers, and to set the default
printer. Prints bitmaps and provides LPrint as it was in old Basic.
Evaluation version from
Redei Enterprises.
|
|
PinkNoise.zip
|
17 Apr 2000
7 Kb
|
Pink noise generator.
|
|
PrintBMP.zip
|
12 Nov 1999
4 Kb
|
Print a bitmap to a printer.
|
|
SdkApp102.zip
|
04 Jan 2004
402 Kb
|
SDK Application Template 1.02, a framework for building Windows SDK-style
applications with PowerBASIC. Executables and source code for PB/Win 7.02.
Public Domain by Raymond L. King of
Custom Software Designers.
|
|
ServeMe.zip
|
09 Jul 2004
32 Kb
|
A simple example of a Windows service, including programs to install
and remove the service. Includes source code for PB/CC 3. Freeware
from PowerBASIC, Inc.
|
|
Service.zip
|
11 Nov 2002
17 Kb
|
Shows how to do a generic service, a Control Panel applet to control
the settings and an EventLog writer to see what's happening in the
service. Source code for PB/Win 7. Freeware by Adrian Aitken, et al.
|
|
SetupAPI.zip
|
01 Jun 2004
37 Kb
|
Public header file for Windows NT Setup and Device Installer services DLL,
with example source code for PB/Win 7. Freeware by Kev Peel
of KGP Software.
|
|
RTFPrint2.zip
|
23 Mar 2005
39 Kb
|
RTFprint creates a rich edit control, loads an .RTF file into it, and
prints the results. Includes source code for PB/DLL 6 - PB/Win 7. Public
Domain by Don Dickinson with modifications by Lance Edmonds, Marty Francom,
and Bill Fletcher. This now also shows how to create .RTF files directly
from PB without controls. RTF.BAS is Public Domain by Marty Francom.
It is written for PB/CC but can readily be converted to PB/DLL.
|
|
TAPI32.zip
|
18 Oct 2002
16 Kb
|
Include file for TAPI (Telephony API) support. Requires PB/CC 3 or later,
or PB/Win 7 or later. Translated from TAPI.H by Peter Lameijn.
|
|
TH_1002.zip
|
12 Dec 2001
206 Kb
|
TinyHelp is a Help system based on the QHTM HTML control. It also
contains source code for a custom splitter control, a custom flat button
control, plus lots of code for using the Win32 treeview, and of course QHTM.
Source code for PB/DLL. Public Domain from
Zippety Software.
Restore directory structure when unzipping.
|
|
Theme.zip
|
31 Oct 2002
40 Kb
|
Give your program the "XP look" when running under Windows XP.
Now with resource file code and PB/Win 7 example.
Public Domain by Bob Plymale.
|
|
TimeZone.zip
|
02 Feb 2001
3 Kb
|
Example of using the GetTimeZoneInformation API call. Source code.
Public Domain. By Errol Cheverie, based on work by Bryan Stafford.
|
|
TlHelp32.zip
|
24 May 1999
7 Kb
|
Use ToolHelp to enumerate all running processes on your computer.
Includes source code for PB/DLL 5-6 - PB/Win 7. Freeware from
sublevel6.
|
|
Tray.zip
|
01 Oct 1998
11 Kb
|
Example for placing an icon in the "task tray" and responding to it.
|
|
UClcPars.zip
|
28 Sep 1999
143 Kb
|
UCalc Fast Math Parser 2.0 by
Daniel Corbier. Shareware.
|
|
VersionInfo.zip
|
28 Sep 2000
14 Kb
|
Demonstration of how to add Windows version resource information to your
PowerBASIC programs and how to read this information from any program file.
Includes source code. Freeware by Egbert Zijlema.
|
|
Wheel.zip
|
04 Nov 2001
3 Kb
|
Add mousewheel support to PB/DLL 6.0 and its help system. Demonstrates
Windows hook techniques. Source code. Freeware by Juergen Kuehlwein.
|
|
Win32Uni.zip
|
26 Oct 2001
13 Kb
|
Some Unicode declares for 32-bit Windows API functions. Contributed by
Paul Dwyer.
|
|
Wizard.zip
|
25 Feb 2003
42 Kb
|
How to create Wizards using property sheets and dialog templates.
Requires common controls v5.80 or later (Windows 2000 or later, or
Internet Explorer 5 or later). Source code for PB/Win 7 and executable.
Public Domain by Bob Plymale.
|
|
WnSamp70.zip
|
06 Nov 2002
911 Kb
|
All example source code from PB/Win 7.00, with executables.
Preserve directory structure when unzipping.
|
|
WSamp701.zip
|
04 Mar 2003
856 Kb
|
All example source code for PowerBASIC for Windows 7.01.
plus compiled executables.
Preserve directory structure when unzipping.
|
|
WSamp702.zip
|
870 Kb
|
All example source code for PowerBASIC for Windows 7.02,
plus compiled executables.
Preserve directory structure when unzipping.
|
|
WSC4PB30.zip
|
08 Sep 2000
213 Kb
|
The Windows Standard Serial Communications Library for PowerBASIC, a
DLL providing asynchronous communications support with file transfer protocols,
simple terminal emulation, et al. Shareware by
Marshallsoft Computing.
|
|
zlib.zip
|
10 Jan 2002
32 Kb
|
Interface your PowerBASIC program to the zlib compression library.
Includes example source for PB/CC 2. Freeware by Greg Hartwig.
|