I know I should know the answer to this one, but the heat is gettin' to me! I have several projects which are compiled into apps and then linked together by one more project which is compiled into an exe.
My predecessor introduced a public variable, CanUpdate, and I can't find where it's being set. It is available in all the sub-projects (that are compiled) with its correct value, but is not set anywhere within those projects. For a variable to be available across projects like this, where does it need to be set?
My predecessor introduced a public variable, CanUpdate, and I can't find where it's being set. It is available in all the sub-projects (that are compiled) with its correct value, but is not set anywhere within those projects. For a variable to be available across projects like this, where does it need to be set?