Re: what's not to like??
Re: what's not to like??
- Subject: Re: what's not to like??
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 22 Oct 2001 07:45:57 -0700
On Monday, October 22, 2001, at 07:22 AM, socko wrote:
ProjectBuilder does not like the following code:
#define FMCBACKDEF(t, n) typedef t (__stdcall *n)
FMCBACKDEF(FHandle, FMX_NewHandleCall)(long size);
does anyone know why?
Well let's see...
this would expand to:
typedef FHandle(__stdcall, *FMX_NewHandleCall)(long size);
Which doesn't look like legal C grammar to me. Is "FHandle" a function?
Also, I don't see any definition for "size", and it's not a C keyword.
What exactly was the error message?
-jcr
"I fear all we have done is to awaken a sleeping giant and fill him with
a terrible resolve." -Admiral Isoroku Yamamoto, Dec 7, 1941.