[fpc-pascal] CMEM experiences in DLL

2006-01-14 Thread L505
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

Re: [fpc-pascal] RES: FreePascal in a FreeBSD

2006-01-14 Thread Marco van de Voort
> 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