In linux I get a segmentation fault at the very end of an executable program
when
using cmem.pp in a DSO and executable combination. (simple hello world not even
calling the function - just importing it itself is the problem). If the imported
function is commented out,
there is no segmentation fau
> Thank you very much, Marco! You really helped me a lot.
>
> Pierre: you can use de BaseUnix.GetEnvironmentVariable almost the same like
> you use Windows.GetEnvironmentVariable in Delphi.
baseunix.fpgetenv it is :-)
baseunix mostly contains Unix calls prefixed with "fp" to avoid unnecessary
na