Scott Dudley writes:
> 
> 
> Compiling with bcc, I'm getting the error "error: initializer too
> complicated".  It's in a function prototype.  What should I look for?
> 

bcc does not like function prototypes. Try specifying the -ansi flags
which tells bcc to remove the code through a prototype remover first.

Al

Reply via email to