6 Mar
2005
6 Mar
'05
8:17 a.m.
Prof A Olowofoyeku (The African Chief) wrote:
`FARPROC' it not a standard C name. I suppose it's defined in some system header as something like:
int (far *) ()
or
int (far *) (...)
It is described as a pointer. This is how it is defined: #define WINAPI __stdcall typedef int (WINAPI *FARPROC)();
Basically my first guess. (I thought `far' was necessary since it's called `FARPROC', but apparently the naming is only a remnant for 16 bit times. And I didn't think of `__stdcall'.) Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: ACB3 79B2 7EB2 B7A7 EFDE D101 CD02 4C9D 0FE0 E5E8