View Single Post
Old 16 March 2017, 06:10   #1
mbergmann-sh
 
Posts: n/a
VBCC: complain about static int (*calltrap)(...) = (int (*)(...))0xF0FF60;

HELP appreciated! What's wrong with this declaration:

Code:
static int (*calltrap)(...) = (int (*)(...))0xF0FF60;
vbcc moans it as "error 0 - declaration expected", while SAS/C, StormC v3 eat it as beeing OK.

How do I have to rewrite this statement in order to get vbcc to come clear with it?

Thanks in advance,

Michael
 
 
Page generated in 0.07437 seconds with 11 queries