Subj : Re: predefined macro in bcc To : borland.public.cpp.borlandcpp From : Jogy Date : Wed Feb 09 2005 10:29 pm tom lee wrote: > Hello, > > I wonder if the predefined macro in bcc is "_BCC" or "_BORLAND"? > is the predefined macro the same in both borland bcc command line 5.5 > and C++builder? > > Thanks. > > Tom There is the predefined macro __BORLANDC__ which shows the version of the compiler. In BC5.5 it should be the same as in C++ Builder 5, maybe 0x550 Jogy .