> 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
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
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