[fpc-pascal] fpc make

2006-04-27 Thread MAGENTA LTD
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

[fpc-pascal] RE: Atom like feature in FreePascal

2006-03-27 Thread MAGENTA LTD
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;

[fpc-pascal] Atom like feature in FreePascal

2006-03-23 Thread MAGENTA LTD
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