Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/03/2021 in all areas

  1. QUOTE You need to obtain a reference to the Root of the Project and then read the ProjectItem "Find Items with No Callers" See below:
    1 point
  2. That's because it's hard-coded to return a simple Boolean when compiled. int PQisthreadsafe(void) { #ifdef ENABLE_THREAD_SAFETY return true; #else return false; #endif }
    0 points
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.