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

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

2006-03-24 Thread Felipe Monteiro de Carvalho
Hello, My advice about how to support this would be creating a class that has Atom functions and implements them separetely on each platform. So far we saw here that winapi and X11 have Atom functions. There is probably something equivalent for Carbon on Mac OS X, you just need to search Apple do

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

2006-03-24 Thread Jeff Pohlmeyer
> I'm interest on an OS independed (or at least Linux and MacOS), > Windows ATOM like* feature, supported by FreePascal. Maybe this? http://www.xfree86.org/4.0.1/XInternAtom.3.html ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.