Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Insure++ does not support managed C++!

Options
jeremycoker
jeremycoker Posts: 1

I have a C++ project that will only build for Insure++ with /CLR (common language runtime support switched on) However when this compiles the output states "Insure++ does not support managed C++!

I cannot get the project to build unless /CLR is selected however, it will build when /CLR is not selected when building for Release or Debug however.

Comments

  • Rich
    Rich Posts: 34 ✭✭
    Options

    Insure++ doesn't instrument managed C++. By selecting /CLR, you are guaranteeing that Insure++ will instrument nothing. Insure++ still functions in the absence of instrumentation, (or even with partial instrumentation.)

    You should remove /CLR from your build options if you don't normally use it. Then rebuild the project, and contact our support department for detailed, and individualized help.