RE: what's not to like??
RE: what's not to like??
- Subject: RE: what's not to like??
- From: "Smith, Bradley" <email@hidden>
- Date: Mon, 22 Oct 2001 16:44:00 +0100
Try just preprocessing the file and take a look at the output. It looks like
gibberish to me. What are you trying to do exactly?
Brad
>
Brad and John,
>
>
sorry, that actually was a Windows call (i'm doing a cross-platform
>
thing). however, the corresponding Mac call doesn't work either, and
>
results in the same error messages:
>
>
>
syntax error, found 'FMX_NewHandleCall'
>
illegal function definition, found ')'
>
illegal external declaration, missing ';' after 'size'
>
>
illegal declaration, missing name, found ','
>
illegal external declaration, missing ';' after ','
>
illegal external declaration, missing ';' after '
>
FMX_SetHandleSizeCall'
>
>
>
here's the Mac code (with an additional line that effects errors 4 - 6
>
listed above):
>
>
>
#define FMCBACKDEF(t, n) typedef t (*n)
>
>
FMCBACKDEF(FHandle,
>
FMX_NewHandleCall)(long size);
>
FMCBACKDEF(void,
>
FMX_SetHandleSizeCall)(FHandle h, long size);