andre2007

Results 150 comments of andre2007

Providing a C wrapper would be fantastic. I would like to use Lomse within a project developed in the D Programming Language. By providing a C wrapper you would open...

Thanks for the info. My C knowledge is quite limited and my C++ knowledge is even worse. I just did a Google search and it seems SWIG is maybe able...

Yes, I see. In the System units there are a lot of compiler directives. It seems rather impossible to find out what exactly causes the issue. Thanks, I will close...

I just wonder whether this issue can be solved with the Delphi compiler. Let me explain. In the programming language C there is something called preprocessor. This tool evaluates all...

For generating code like in my scenario the full information is needed. Therefore if the info could be added, how the fields are divided, this would be really great.

Thanks a lot. This part is not urgent. If it is solved in some weeks it is fine :)

Yes, the idea is to have a generic tool which generates just based on SimpleXML files a Delphi library project and the D wrapper source code files to access the...

Does this PR somehow helps you? Environment variable DUB_PACKAGE_VERSION added (https://github.com/dlang/dub/pull/1562)

I fully agree. I have a similar logic in all of my productive applications. I have 2 things I want to mention. - I know the version attribute in dub.json...

Maybe it is not needed to install the binary to any folder on the file system but just create batch/bash scripts which executes ```dub run packageName``` ``` #!/bin/bash dub run...