> The purpose of SetPropertyDefault is to lookup the variable for you.
> You just need
>
> this->SetPropertyDefault("JOB_POOL_COMPILE", 0);
> this->SetPropertyDefault("JOB_POOL_LINK", 0);
>
> The second argument is just what to use when the variable is not set.
Ah, very comfortable. I updated next.
>
> Brad
> --