will you publish it open source?recently created a reusable sparse matrix handling component that I hope to bring to market
Search found 1705 matches
- Thu Oct 16, 2025 2:37 am
- Forum: Curriculum vitae
- Topic: Lance Schwerdfager
- Replies: 2
- Views: 77614
Re: Lance Schwerdfager
Hello Lance
- Thu Oct 16, 2025 2:26 am
- Forum: Infrastructure
- Topic: redmine upgrade
- Replies: 0
- Views: 11142
redmine upgrade
upgraded Redmine issues tracker from 3 to 5 version
https://redmine.blackboxframework.org/projects/blackbox
so review of sources with changes and diffs again available
https://redmine.blackboxframework.org/projects/blackbox
so review of sources with changes and diffs again available
- Wed Oct 15, 2025 11:40 pm
- Forum: Infrastructure
- Topic: financial state
- Replies: 4
- Views: 267428
Re: financial state
Great! Sometimes I am using this board to find some discussions about steps of development BlackBoxJosef Templ wrote: ↑Sun Jun 15, 2025 12:16 pm I have transferred 200 € from our PayPal account Edis.
With 6 € per month this is sufficient until 2028.
Thanks to donors, we still have €335 in our PayPal account.
- Josef
- Wed Oct 15, 2025 11:37 pm
- Forum: Curriculum vitae
- Topic: Team Freelancing
- Replies: 1
- Views: 39818
Re: Team Freelancing
Dear Lance
I hope you didn't lose your motivation about Component Pascal. This board are a little frozen, however there are a lot of BlackBox activities. I will write you email.
I hope you didn't lose your motivation about Component Pascal. This board are a little frozen, however there are a lot of BlackBox activities. I will write you email.
- Wed Mar 09, 2022 7:37 am
- Forum: Infrastructure
- Topic: VRS support terminated by hosting provider
- Replies: 7
- Views: 68876
Re: VRS support terminated by hosting provider
Upgraded Redmine to version 3.4.13, now it works with current Debian 11 and Ruby ruby 2.5.8
Next milestone is to check BlackBox build pipeline
Next milestone is to check BlackBox build pipeline
- Mon Mar 07, 2022 6:35 pm
- Forum: Infrastructure
- Topic: VRS support terminated by hosting provider
- Replies: 7
- Views: 68876
- Tue Aug 18, 2020 1:07 am
- Forum: Features
- Topic: issue-#210 SYSTEM.ADR(ProcedureType) should be supported
- Replies: 4
- Views: 387380
Re: issue-#210 SYSTEM.ADR(ProcedureType) should be supported
Yes!
Install CPfront, then run commands from Build/build.odc file.
Install CPfront, then run commands from Build/build.odc file.
- Sun Aug 16, 2020 10:35 am
- Forum: Features
- Topic: issue-#210 SYSTEM.ADR(ProcedureType) should be supported
- Replies: 4
- Views: 387380
Re: issue-#210 SYSTEM.ADR(ProcedureType) should be supported
This is used in armBox project
https://community.blackboxframework.org ... f=29&t=252
So Build/build.odc should executed well with CPfront installed
CPfront uses front-end of BlackBox compiler.
https://community.blackboxframework.org ... f=29&t=252
So Build/build.odc should executed well with CPfront installed
CPfront uses front-end of BlackBox compiler.
- Sat Jul 18, 2020 1:51 pm
- Forum: Bugs
- Topic: about SYSTEM.ADR(BasicType)
- Replies: 11
- Views: 84665
Re: about SYSTEM.ADR(BasicType)
The fix of luowy allowing to get descriptor of type.
This is important for such case
This is relevant for some lowlevel project.
This is important for such case
Code: Select all
MODULE Test;
IMPORT SYSTEM;
TYPE
Command* = PROCEDURE;
VAR
adr: INTEGER;
BEGIN
adr := SYSTEM.ADR(Command)
END Test.- Sat Jun 06, 2020 3:03 pm
- Forum: Bugs
- Topic: Trap 25 on start
- Replies: 11
- Views: 52348
Re: Trap 25 on start
As reported by Mathieu Westerweele this problem also took place. I suggested to add prt = NIL just after selecting current printer in Documents.StdDocument.SetView. IF Printers.dir # NIL THEN prt := Printers.dir.Current() ELSE prt := NIL END; prt = NIL; (* <----------- *) IF prt # NIL THEN prt.SetOr...