On 09/27/2013 01:12 PM, Stephen Kelly wrote:
Does anyone have any of those compilers? What is the reported _MSC_VER for those compilers?
Some url hacking got me to the earliest XE version: http://docwiki.embarcadero.com/RADStudio/XE/en/Predefined_Macros#C.2B.2B_Com... and a search got me to the C++ Builder 2010 page http://docwiki.embarcadero.com/RADStudio/2010/en/Predefined_Macros None of them document a _MSC_VER macro at all. However, http://docwiki.embarcadero.com/RADStudio/2009/en/Predefined_Macros is a 404. Searching for _MSC_VER on that site gives no results. http://docwiki.embarcadero.com/RADStudio/XE5/en/BCC32.EXE,_the_C%2B%2B_32-bi... does not mention _MSC_VER at all, and http://docwiki.embarcadero.com/RADStudio/XE/en/C%2B%2B_Compiler_Option_Chang... and other urls for other XE versions do not mention it as a value changed in the release. Can I conclude that for codegear, there is no _MSC_VER defined? Thanks, Steve.