OS: Linux
Distro: Knoppix, Knoppel
Issue: fpc update and compile
FPC revision: 3341
---
I used to "svn update" on fpc installation folder getting current
revision. Then run "make clean all" and "make install" getting latest
fpc available.
Since last two updates (a couple of days ago and today's r
Yes, this is what I need. ATOMS are implemented in xlib file which you
have just to include.
Here are a couple of functions to use ATOMs directly for anyone interest
in:
// if exist a specific ATOM
function spExistATOM( cAtomName: string ): boolean;
var
cDisplay: string;
Display: PDisplay;
I'm interest on an OS independed (or at least Linux and MacOS), Windows
ATOM like* feature, supported by FreePascal. Most similar feature found
is environment variables which are accessed by GetEnvironmentVariable()
function. There is Get function but could not find any Create or Set.
Besides docum