Nav apraksta

RCampbellBB 258df0fe53 Merge pull request #199 from BlackBoxCenter/issue-#183 7 gadi atpakaļ
Com d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. 9 gadi atpakaļ
Comm 2e5f1d491a Documentation errors in CommStreams and Dialog fixed. Refs: #152. 8 gadi atpakaļ
Ctl d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. 9 gadi atpakaļ
Dev 81dfb93577 documentation improved further. Refs: #173. 7 gadi atpakaļ
Docu 67970ad706 adding new modifiers to Controllers. Refs: #173. 7 gadi atpakaļ
Form 67970ad706 adding new modifiers to Controllers. Refs: #173. 7 gadi atpakaļ
Host aa34f96b28 typo fixed in function Font. Refs: #182. 7 gadi atpakaļ
Obx c3f57728ca generic compile command DevCompiler.CompileSubs used in Dev/Docu/Build-Tool. Refs: #162. 8 gadi atpakaļ
Ole a3be4858ae fixing resource string lookup in OleClient.PasteSpecial. Refs: #180. 7 gadi atpakaļ
Script 14b6f042d9 reference changed to the dissertation of Regis Crelier. Refs: #160. 8 gadi atpakaļ
Sql f091cd7938 support for skipping directories that are not subsystems added. Refs: #129. 8 gadi atpakaļ
Std 2086fb6904 Target behavior reset to BB 1.7 behavior when not pressing a modifier key. Refs: #175. 7 gadi atpakaļ
System 77ac40be50 renaming Host/Docu/Prefs to Prefs-Dialog. Refs. #178. 7 gadi atpakaļ
Text d2b512e5a1 mouse-right for opening a link dialog removed. Refs: #175. 7 gadi atpakaļ
Win a48539efd6 using WinApi.FormatMessageW for error reporting. Refs: #181. 7 gadi atpakaļ
Xhtml 64f5380afd fixing inconsistent docu and usage of Files.Locator error codes. Refs: #144. 8 gadi atpakaļ
appbuild d27b2e4752 Version changed to 1.7.1. Refs: #183. 7 gadi atpakaļ
.gitignore e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. 10 gadi atpakaļ
BlackBox.exe.manifest e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. 10 gadi atpakaļ
Empty.odc e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. 10 gadi atpakaļ
LICENSE.txt 87f1e0287b Annual copyright date change in About & License files. Refs: #159. 7 gadi atpakaļ
README.txt 03e9d31fec fixes the usage of xvfb in the build engine and a typo in README. Refs: #14. 10 gadi atpakaļ

README.txt

This repository contains the sources, resources, and documentation
of the BlackBox Component Builder and a scripting tool that allows one
to run BlackBox commands from the command line.
A scripting tool is necessary for the CI (continues integration)
process used for BlackBox development.
For details of the build process see appbuild/build.py.


The general purpose BlackBox scripting tool bbscript.exe is based
on the scripting engine introduced in subsystem Script, which is
not part of the generated BlackBox distribution.


For compiling and linking the BlackBox Component Builder from sources:

1. Download last version of the compiler:

http://blackboxframework.org/makeapp/bbscript.exe

2. Prepare 'Win/Rsrc/BlackBox.res' file

Open and put version information to 'Win/Rsrc/BlackBox.rc'

Compile this file:

- Example for Windows:
1) Download and install MinGW: http://www.mingw.org/
2) C:\MinGW\bin>windres.exe -i C:\bbcb\Win\Rsrc\BlackBox.rc -o C:\bbcb\Win\Rsrc\BlackBox.res

- Example for Linux Ubuntu:
1) sudo apt-get install mingw32
2) Go to the directory with sources
3) /usr/bin/i586-mingw32msvc-windres -i BlackBox.rc -o BlackBox.res

3. Run compiler:

bbscript.exe /PAR Dev/Docu/Build-Tool.odc


For building a new bbscript.exe:

bbscript.exe /PAR appbuild/newbbscript.txt

or

1. Add the 'Script' folder to your BlackBox directory
2. Execute all commands from appbuild/newbbscript.txt