• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: what's not to like??
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >what's not to like?? (From: socko <email@hidden>)

  • Prev by Date: Re: Slight problem with updates in NSTableView
  • Next by Date: RE: what's not to like??
  • Previous by thread: what's not to like??
  • Next by thread: RE: what's not to like??
  • Index(es):
    • Date
    • Thread