Using V4 and V5 Together

Top  Previous  Next

Isolator++ Professional can use version 4 API side by side with the version 5 API.

But each file can be either v4 or v5 and not both.

 

To use the V4 API:

 

#include "isolator.h"  

 

 

To use V5 (see Test Structure):

 

#include "Isolator5.h"  
using namespace Typemock;

 

Note: To be able to use the V4 API you must install the V4 component from the Isolator++ Professional installer. See the Windows installation page.


Copyright  Typemock Ltd. 2009-2025.  All Rights Reserved.