Re: [fpc-devel] Windows API

2010-09-22 Thread Marco van de Voort
In our previous episode, Jeppe Johansen said: > The only reference I could find about it was in the GNU w32api > files(__W32API_VERSION, __W32API_MAJOR_VERSION, __W32API_MINOR_VERSION) While the FPC ones date from gnu or mingw ones (IIRC) somewhere in 1998, they are a separate codebase since.

Re: [fpc-devel] Windows API

2010-09-22 Thread Jeppe Johansen
The only reference I could find about it was in the GNU w32api files(__W32API_VERSION, __W32API_MAJOR_VERSION, __W32API_MINOR_VERSION) I couldn't find any meaning of this either, and don't know how to interpret it Den 22-09-2010 09:56, Michael Van Canneyt skrev: On Tue, 21 Sep 2010, Thoma

Re: [fpc-devel] Windows API

2010-09-22 Thread Michael Van Canneyt
On Tue, 21 Sep 2010, Thomas Nelson wrote: Hello all, Can you tell me at what level the Windows API has been implemented in FPC 2.4.3? Meaning the 3.1.1 … 3.1.4… etc? What is the meaning of this ? I googled for this, but cannot find any reference to a 'level' of the windows API ? Michael._