The new Conditional Disable structure seems like a really neat idea that was almost implemented perfectly. 😉
My application has a regular and a "Lite" version that both use the same VIs, but in a couple places it checks a global variable to see whether the regular or Lite code should be run. I would like to implement this with Conditional Disable structures. However, since apparently you can only set Conditional Disable Symbols on the project and target level, not on individual build specifications, I don't see a way to do this within the same project.
Creating a second project seems like a decent workaround, but it seems wasteful/redundant to have all of the same VIs and settings, with only the C.D. Symbol different. Not to mention having to keep both updated as I add or remove VIs to the project. Does anyone know of a better way to accomplish this?
Thanks!
-Joe