Search found 5 matches

by AndrewThomas
Mon Sep 19, 2016 7:15 am
Forum: System
Topic: Kernel problems
Replies: 4
Views: 12926

Re: Kernel problems

Josef, thanks for the reply. I was starting to suspect that the Kernel linked into the BB exe was different
to the one in the source code distribution. I think the issue might be with Kernel.name. Is this a CHAR string
or a SHORTCHAR string?

Andrew
by AndrewThomas
Sun Sep 18, 2016 5:10 pm
Forum: System
Topic: Kernel problems
Replies: 4
Views: 12926

Kernel problems

What libraries does the Kernel import. The source code to the Kernel imports WinAPI but looking at the compiled code
it appears to use USER32, Kernel32 and OLE32. I am not sure what I am doing wrong but I can not make use of the Kernel module.
I get inconsistent import errors.

Regards

Andrew
by AndrewThomas
Thu Sep 08, 2016 7:12 am
Forum: System
Topic: Meta after v16rc5
Replies: 6
Views: 14995

Re: Meta after v16rc5

Hello Helmut, I am writing software for statistical analysis. This software can (needs to) be packaged as a library. On Windows it is a DLL on Linux it is an ELF shared library. There is no user interface with the library it reads and writes text files. Why do I want to compile Component Pascal modu...
by AndrewThomas
Wed Sep 07, 2016 6:22 pm
Forum: System
Topic: Meta after v16rc5
Replies: 6
Views: 14995

Re: Meta after v16rc5

Yes ASCII is a step backwards. But ASCII works on Linux which I need to work on sometimes.
by AndrewThomas
Sun Sep 04, 2016 6:36 pm
Forum: System
Topic: Meta after v16rc5
Replies: 6
Views: 14995

Meta after v16rc5

Hi Folks, I have been happily using BlackBox 1.6 rc5 for a long time but would now like to move to a newer version. However I run into some problems when using module Meta. Has the way that the BB compiler produces the information that Meta uses changed? I think the problem is that Meta in version 1...