Search found 35 matches

by Romiras
Sat Feb 04, 2017 6:45 pm
Forum: Common questions
Topic: Run-time debugger in Blackbox Component Builder
Replies: 29
Views: 33142

Re: Run-time debugger in Blackbox Component Builder

There is debugger DevRemDebug, that supports breakpoints and step by step execution. Thanks for the answer X512. I searched for this debugger, but could not find it online. Could you, please, provide a link or reference? Thanks! You can get it from here: https://github.com/romiras/BlackBox-Componen...
by Romiras
Sat Feb 04, 2017 5:44 pm
Forum: News
Topic: Https protocol for Center project websites
Replies: 6
Views: 13071

Re: Https protocol for Center project websites

Good news! Thank you, Ivan.
by Romiras
Sat Feb 04, 2017 5:42 pm
Forum: Common questions
Topic: 64-bit compiler
Replies: 18
Views: 30024

Re: 64 it compiler

At Reddit user Rusky suggested to look on alternative of LLVM. It called libFirm: http://pp.ipd.kit.edu/firm/ . It doesn't have the architecture support of GCC or LLVM, but it's a lot simpler and works pretty well. It has an example C99 frontend and a Brainfuck tutorial as well. Code generation for ...
by Romiras
Thu Apr 14, 2016 11:02 pm
Forum: Brainstorming
Topic: LLVM backend for BlackBox?
Replies: 1
Views: 6946

LLVM backend for BlackBox?

Do you think it's feasible to write LLVM back-end for BlackBox? Then maintain back-end after being written?

Are any LLVM back-end for compilers of Oberon family?
by Romiras
Tue Mar 01, 2016 10:04 am
Forum: Common questions
Topic: Making console version of BlackBox in Windows
Replies: 1
Views: 4705

Re: Making console version of BlackBox in Windows

Small demo how to make console interpreter and compiler for Component Pascal on the base of BlackBox Component Builder. http://youtu.be/3zFBDRwUxdE Author of this solution is Alexander Shiryaev. On basis on "BlackBox Freenix" project I have built a more simple solution for running from co...
by Romiras
Fri Jan 01, 2016 1:30 pm
Forum: Brainstorming
Topic: BlackBox 2016. Development strategy.
Replies: 8
Views: 18441

Re: BlackBox 2016. Development strategy.

better UI : menus organization, customizable toolbars for common operations, window positioning/switching tabs (stems from migration to good GUI toolkit). This is optional and should be continued as components. code navigation through modules and names of procedures. Already available as component....
by Romiras
Thu Dec 31, 2015 11:07 am
Forum: Brainstorming
Topic: BlackBox 2016. Development strategy.
Replies: 8
Views: 18441

Re: BlackBox 2016. Development strategy.

There is certainly room for improvements in the center's distribution but it tries to maintain a high degree of stability and compatibility and thus it must be more conservative than other distributions may afford to be. I understand then need to have stable distribution. Anyway, do you think Cente...
by Romiras
Mon Dec 28, 2015 10:04 pm
Forum: Brainstorming
Topic: BlackBox 2016. Development strategy.
Replies: 8
Views: 18441

BlackBox 2016. Development strategy.

As known, there are growing number of BlackBox distributions derived from last release made by Oberon microsystems at October 2013: Center (community-driven), CPC (Helmut Zinn and others), OberonCore, Red (Ivan Denisov and others), BlackBox-SDL (Ivan Kuzmitsky and others). Typical user of BlackBox m...
by Romiras
Sun Oct 18, 2015 1:59 pm
Forum: BlackBox Framework
Topic: UDP sockkets in BlackBox CP
Replies: 6
Views: 10824

Re: UPD sockkets in BlackBox CP

Look at Transparent Architecture component. Transparent Architecture is a library for distributed systems development. It is designed as cross-platform, tested for Windows and Linux. TA implements non-blocking I/O with a set of transport protocols supported: multicast, UDP, TCP, ICMP, Shared Memory,...
by Romiras
Wed Sep 30, 2015 2:58 pm
Forum: Components Support
Topic: Reading Oberon System 3 archive files (Arc)
Replies: 1
Views: 12585

Reading Oberon System 3 archive files (Arc)

Is there any BlackBox subsystem which allows to decode Oberon System 3 archive files (Arc)? I didn't found one in CPC collection. Does it exists?