Locked CSC_WHIDBEY replaced by what?

  • Friday, May 06, 2005 8:30 AM
     
     
    Beta 1 contained a predefined preprocessor variable called CSC_WHIDBEY allowing to write conditionally compiled code based on which compiler version is used.
    The documentation disappeared from beta2, and the variable is probably renamed. Can anybody tell me to what it is renamed?

All Replies

  • Friday, May 06, 2005 9:18 AM
     
     Answered
    I just realize I must have defined that myself during beta1. Apparently, VB2005 does have a predefined constant VBC_VER, but C# doesn't have something like this, so I'll have to define this myself. Will such a constant be added to C#?
  • Friday, May 06, 2005 10:25 AM
     
     
    Sounds like a good idea, perhaps you should suggest it on the Microsoft Product Feedback Center.