evoke
evoke copied to clipboard
Initialize boolean members.
Problem on Win64:
A project with a libary wasn't build, because the main was build before the library.
Reason:
On Win non initialized boolean (debug mode) are interpreted as true. The isPredefComponent of the library component was initialized to true and therefore the library wasn't build as a dependency of the executable.