Starting to Port CINT to C++Builder

Mark Bracey (redsys@interaccess.com)
Fri, 6 Nov 1998 10:04:14 -0600


I'm starting the port to C++Builder and am having a few problems. I think
I have most of the macro defines worked out but am now running into a
problem with fproto.h

.

The prototypes defined in in fproto.h are not being recognized, thus I'm
getting a lot of warnings 'Call to function "xyz" with no prototype'.
After the max number of warnings, the compiler stops. I'd rather fix the
problem than turn off warnings. Anybody have any ideas as to what's
happening?

Thanks,

Mark