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

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

2006-01-13 Thread Jonas Maebe
On 13 jan 2006, at 23:52, Evandro Sestrem wrote: Now I'm looking for correspondents for these Windows APIs in the FreePascal: - LoadLibrary (Linux: dlopen) - FreeLibrary (Linux: dlclose) - GetProcAddress (Linux: dlsym) Add the unit "dynlibs" to your program and all these functions are

[fpc-pascal] RES: FreePascal in a FreeBSD

2006-01-13 Thread Evandro Sestrem
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. Now I'm looking for correspondents for these Windows APIs in the FreePascal: - LoadLibrary (Linux: dlopen) - Fr