compiler pre-ANSI switch?

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

Hi,
Under Microsoft Visual C++ .NET, I want to use a library from a third
party that does not use ANSI C prototypes in its header files. I must
tell the compiler to accept K&R (pre-ANSI) C. Someone knows how to do
that?
Regards,
Patrick
 
Patrick said:
Hi,
Under Microsoft Visual C++ .NET, I want to use a library from a third
party that does not use ANSI C prototypes in its header files. I must
tell the compiler to accept K&R (pre-ANSI) C. Someone knows how to do
that?

There's no such option.

-cd
 
Back
Top