GerbenAbbink

Results 7 issues of GerbenAbbink

This code Parallel.For(0, Count).Execute( procedure(I: Int64) begin end); is not allowed: There is no overloaded version of 'Execute' that can be called with these arguments. Delphi's TParallel.For() does support Int64.

Hi, I send an object from a thread to the main thread like this: var U: IUnknown; ... Task.Comm.Send(MESSAGE_ID, U); I need to destroy all the objects before the thread...

I am trying to embed Calabash in another application with no success. I do this: XProcConfiguration configuration = new XProcConfiguration(); XProcRuntime runtime = new XProcRuntime(configuration); Input input = new Input(xprocInputData.getInputStream(),...

Schematron schemas can be embedded in other languages such as RelaxNG and XMLSchema. See http://www.topologi.com/resources/schtrn_xsd_paper.html. Does SchXSLT support that?

enhancement

What license is Catalbash using? Where can I find it? Am I allowed to use Calabash in my commercial software, without making my software open source?

Validating a schematron against a Relax NG Schema does not capture runtime errors such as non-existing variables, functions, or namespaces: Is there a better way to validate a schematron? Is...

enhancement

Is it possible to allocate memory with FastMM5 and make part of that memory read-only?