Search found 476 matches

by Zinn
Fri Aug 16, 2019 6:16 am
Forum: Resolved (Features)
Topic: issue-#201 Importer and Exporter for UTF-8 texts
Replies: 16
Views: 16348

Re: issue-#201 Importer and Exporter for UTF-8 texts

Thank you Josef. Your improvement is a perfect solution. On error falling back to text format is a great idea. So I have not to open the same file once again when it is not UTF-8.
- Helmut
by Zinn
Wed Jul 31, 2019 1:22 pm
Forum: Discussion
Topic: Release 1.7.2
Replies: 9
Views: 14525

Re: Release 1.7.2

What about the missing Utf8 converter in HostTextConv?
See my proposal at
https://community.blackboxframework.org ... =220#p1479
It would be nice to have such future.
- Helmut
by Zinn
Sun Jun 30, 2019 12:52 pm
Forum: Resolved (Bugs)
Topic: issue-#200 network file delete under Win10 sometimes fails
Replies: 3
Views: 6086

Re: issue-#200 network file delete under Win10 sometimes fai

Supplement: the same problem apply to the module HostFiles64
- Helmut
by Zinn
Mon Dec 31, 2018 2:12 pm
Forum: Resolved (Features)
Topic: issue-#196 StdCoder Separator
Replies: 11
Views: 13854

Re: StdCoder Separator

Josef Templ wrote:The center version can create such a file and the center version can even decode such a file
but only if all directories already exist.
But with Luowy's patches the directory is created during decode automatically.
- Helmut
by Zinn
Thu Dec 13, 2018 3:05 pm
Forum: Bugs
Topic: KeyWord
Replies: 28
Views: 28247

Re: KeyWord

I add a single line code to solve this problem in DevCPT.Insert and DevCPT.InsertThisField at beginning: IF (name = "ABSTRACT") OR (name = "EXTENSIBLE") OR (name = "LIMITED") THEN DevCPM.Mark(48, DevCPM.curpos-1);END; you can ignore it if you not like; Here it make sen...
by Zinn
Thu Dec 13, 2018 2:54 pm
Forum: Rejected (Bugs)
Topic: parameter type
Replies: 11
Views: 14345

Re: parameter type

I know it, I prefer add a line code In DevCPT.EqualType to release this strict rule; OR ((x.form = ProcTyp) & (y.form = ProcTyp)) (*>>*)OR((x.comp = Array)&(y.comp = Array)& (x.sysflag = y.sysflag)&(x.n = y.n))(*<<*)) if it has some side effect except language rule, please tell me;f...
by Zinn
Sun Dec 02, 2018 11:58 am
Forum: Resolved (Bugs)
Topic: issue-#194 Meta.PutParam and Kernel.Call for open arrays are
Replies: 3
Views: 6477

issue-#194 Meta.PutParam and Kernel.Call for open arrays are

issue-#194 Meta.PutParam and Kernel.Call for open arrays are mismatched Reported by Eugene Temirgaleev Description and options for fixes StdCoder.Decode ..,, ..zO1...3Qw7uP5PRPPNR9Rbf9b8R79FTvMf1GomCrlAy2xhX,Cb2x hXhC6FU1xhiZiVBhihgmRiioedhgrZcZRiXFfaqmSrtuGfa4700zdGrr8rmCLLCJuyKtYcZRiX 7.2.s,6Fh,0k...
by Zinn
Sun Dec 02, 2018 11:01 am
Forum: Resolved (Bugs)
Topic: issue-#193 typing error in System/Mod/Documents
Replies: 1
Views: 5743

issue-#193 typing error in System/Mod/Documents

In the PROCEDURE (op: SetPageOp) Do; of System/Mod/Documents.odc the 6th line after BEGIN there should be delete "d." wrong is op.pw := pw; op.ph := d.ph; op.pl := pl; op.pt := pt; op.pr := pr; op.pb := pb; correct is op.pw := pw; op.ph := ph; op.pl := pl; op.pt := pt; op.pr := pr; op.pb :...
by Zinn
Sat Dec 01, 2018 6:04 pm
Forum: Resolved (Features)
Topic: issue-#36 support for long identifiers in StdInterpreter
Replies: 7
Views: 11310

Re: issue-#36 support for long identifiers in StdInterpreter

The support for long identifiers in StdInterpreter is incomplete. We forgot to change the variable length in the procedure GetTrapMsg of module DevDebug & module StdDebug. We should change PROCEDURE GetTrapMsg(OUT msg: ARRAY OF CHAR); VAR ... head, tail, errstr: ARRAY 32 OF CHAR; key: ARRAY 128 ...
by Zinn
Sat Nov 24, 2018 7:03 am
Forum: Resolved (Bugs)
Topic: issue-#192 Kernel.Call does not work with ANYREC-parameters
Replies: 7
Views: 8230

Re: issue-#192 Kernel.Call does not work with ANYREC-paramet

In the diff For the fix as proposed by Eugene Temirgaleev see changes at https://redmine.blackboxframework.org/projects/blackbox/repository/diff?utf8=%E2%9C%93&rev=9c592717235559d73effcad98067f5002997fb6a&rev_to=a940ecb3063c8387b57c69e4496ea14e641e5c4b . - Josef In this change list the line ...