Bez popisu

RCampbellBB e952a39ba0 Merge pull request #227 from BlackBoxCenter/issue-#208 před 5 roky
Com d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. před 9 roky
Comm 2e5f1d491a Documentation errors in CommStreams and Dialog fixed. Refs: #152. před 8 roky
Ctl d396bb63ec Improve docu according Helmut Zinn suggestions. Subtitles enlarged to 12pt. DTC formatting improved. Imgs aligned to center in Forms Tutorial. Refs: #100. před 9 roky
Dev aa5c4e96ba ASSERT(FALSE) rejected by compiler. Refs: #208. před 5 roky
Docu ad1a707492 License year updated. Refs: #203. před 5 roky
Form 67970ad706 adding new modifiers to Controllers. Refs: #173. před 7 roky
Host e14d28a440 drag & pick across BlackBox instances traps. Refs: #202. před 5 roky
Obx c3f57728ca generic compile command DevCompiler.CompileSubs used in Dev/Docu/Build-Tool. Refs: #162. před 8 roky
Ole a3be4858ae fixing resource string lookup in OleClient.PasteSpecial. Refs: #180. před 7 roky
Script 14b6f042d9 reference changed to the dissertation of Regis Crelier. Refs: #160. před 8 roky
Sql 65e579cc8e file name capitalization of the file Sql/Docu/Db.odc fixed. Refs: #205. před 5 roky
Std 02f2279cab change date fixed. Refs: #195. před 5 roky
System 93acb1d2fc fixing GC problems with Coroutines after module unload. Refs: #197. před 5 roky
Text e14d28a440 drag & pick across BlackBox instances traps. Refs: #202. před 5 roky
Win 8ad95998fa adding a run-time debugger to BlackBox. Refs: #187. před 7 roky
Xhtml 64f5380afd fixing inconsistent docu and usage of Files.Locator error codes. Refs: #144. před 8 roky
appbuild e4da402c70 prepare working on release 1.7.3. Refs: #203 před 5 roky
.gitignore e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. před 10 roky
BlackBox.exe.manifest e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. před 10 roky
Empty.odc e9de3891e3 Initializing the repository with BlackBox 1.6 final. Refs: #12. před 10 roky
LICENSE.txt ad1a707492 License year updated. Refs: #203. před 5 roky
README.txt f803a1c05e Update README.txt před 5 roky

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