[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need help with Aztec C
In article <327ce3dd.0@news.netVIP.com>, Burger@206.55.132.145
(Burger) wrote:
> Is it possible that there is a compiler switch to enable floating
> point. On compilers before 1988, it was an option to allow floating
> point data types on machines without native floating point hardware
> (Just about all of them in 1988)
Thanks for the hint, but I've poured through the manual and
found lot of complier switches but not one like that. Their
explanation for error 17, "unsupported data type", says:
"This message occurs only when data types are used which are
supported by the extended C language, such as the enum data type."
I suppose they're talking about ANSI C, which was probably in
the proposal stage back then (1986). However, the manual
specifically mentions data types float and double... (?)
Regards, D.M.