|
|
|
Known Issues and Limitations
-
in order to fake pure virtual methods, the methods should use the PURE macro instead of =0. Example:
| Instead of: |
void Foo() = 0 |
| Use: |
void Foo() PURE |
-
The code under test should be built in debug mode.
-
Currently Isolator++ will work with code that was built in Visual Studio 2008 and 2010.
|