The most recent content from our members.
Sometimes a project that uses precompiled headers fails to compile or link under Insure++. For such projects, it is sometimes necessary to turn pch off when instrumenting your code with Insure++. However, some projects will only build if PCH is turned on. Such projects are broken. They are usually just poorly configured…
Pre-compiled headersWARNING: Bad PCH usage detected, .\MyFile.cpp will not be instrumented. This error is caused by the use of pre-compiled headers in a Microsoft VS build. The use of PCH interferes with Insure++'s ability to properly instrument your code so this warning message is shown. To solve it you simply need to…
It looks like you're new here. Sign in or register to get started.