Jason Cipriani
2008-01-22 21:15:45 UTC
Five questions:
What macro can I check for to see if a Borland C++ compiler is being used?
What about checking the version of the compiler? (Analogous to _MSC_VER in
Visual C++).
How can I check if Borland C++ language extensions are enabled, or,
alternatively, which "Compliance" option is set in the C++ Compiler options?
(Analogous to _MSC_EXTENSIONS with the MS compiler).
How can I check for to see if VCL support is enabled? What about checking
the version of VCL? (Analogous to _MFC_VER with the MFC).
Thanks!
Jason
What macro can I check for to see if a Borland C++ compiler is being used?
What about checking the version of the compiler? (Analogous to _MSC_VER in
Visual C++).
How can I check if Borland C++ language extensions are enabled, or,
alternatively, which "Compliance" option is set in the C++ Compiler options?
(Analogous to _MSC_EXTENSIONS with the MS compiler).
How can I check for to see if VCL support is enabled? What about checking
the version of VCL? (Analogous to _MFC_VER with the MFC).
Thanks!
Jason