BlackBox Component Builder is an IDE and framework for the Component Pascal programming language.
License
BlackBoxCenter/blackbox
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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
About
BlackBox Component Builder is an IDE and framework for the Component Pascal programming language.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published