1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- Alexander: openBSD can not run sh script by the link, it should be in root BlackBox dir
- Ivan:
- issues from Center, which are not used in Freenix version
- - #156 Adding coroutines to BlackBox
- should be done another way
- issues from Center, which have different realisation
- - #158 LowLevel debugging
- assuming that ConsLog can be used
- - #153 Basic in/out console functionality
- using basic realisation from Alexander
- - #169 ccall bug with stack management after a call
- use different code composition because of [ccall16] implementation
- windows version update pattern bellow
- Com -> _Windows_GUI
- Ctl -> _Windows_GUI
- Ole -> _Windows_GUI
- Form -> __GUI
- Text -> .
- Xhtml -> .
- Sql/Mod/Odbc* -> _Windows_
- Sql/Docu/Odbc* -> _Windows_
- Sql -> .
- Comm/Docu/Obx* -> __GUI
- Comm/Docu -> .
- Comm/Mod/Obx* -> . __GUI
- Comm/Mod/Steams -> .
- Comm/Mod -> _Windows_
- Dev/Docu/Build-Tool+ComDebug+ComInterfaceGen+Profiler+P-S-I+TypeLibs -> _Windows_GUI
- Dev/Mod/ComDebug+ComInterfaceGen+Profiler+TypeLibs -> _Windows_GUI
- Dev/Mod/Cmds -> __GUI
- Dev/Mod/C*+Debug+Linker+Markers+Packer+Selectors -> .
- Dev/Rsrc/Errors+Strings -> .
- Dev/Rsrc/ComInterfaceGen -> _Windows_GUI
- Dev/Rsrc -> __GUI
- Dev/Spec -> .
- Dev/Docu/Cmds -> __GUI
- Dev/Docu/C*+Linker+Markers+Packer+Selectors -> .
- Dev/Docu -> __GUI
- Dev/Mod -> __GUI
- Docu/DTC* -> _Windows_GUI
- Docu -> .
- Host/Mod/Console+Files+Registry+PackedFiles -> _Windows_
- Host/Rsrc -> __GUI
- Host/Docu/Bitmap+Mail -> _Windows_GUI
- Host/Mod -> _Windows_GUI
- Host/Docu -> .
- Obx/Mod/Hello0+Pi+Random+Trap -> .
- Obx/Mod/Bitmap+Excel+Fern+WordEdit -> _Windows_GUI
- Obx/Docu/Bitmap+Excel+Fern+WordEdit -> _Windows_GUI
- Obx -> __GUI
- Std/Rsrc/Strings -> .
- Std/Rsrc -> __GUI
- Std/Mod/MenuTools+Tables+TabViews -> __GUI
- Std/Docu/MenuTools+Tables+TabViews -> __GUI
- Std -> .
- System/Mod/Kernel -> _Windows_
- System/Mod/Config+XYPlane -> _Windows_GUI
- System/Docu/XYPlane -> _Windows_GUI
- System/Mod/Init -> __GUI
- System/Mod+Docu -> .
- System/Rsrc/Strings -> .
- System/Rsrc/About -> _Windows_GUI
- System/Rsrc/ -> __GUI
- Win/Mod/Api+MM+Net+Ole+Sql -> _Windows_
- Win/Docu/Api+MM+Net+Sql -> _Windows_
- Win/Rsrc -> _Windows_
- Win -> _Windows_GUI
- === Build new dev0.exe from Windows Interp version ===
- build.bat
- build-dev0.bat
- pack-dev0.bat
|