All i was doing was
TestClass* tc = FAKE<TestClass>();
and this hangs for about 5 mins and when i enabled the logwithstack = true, I see in my GTest output window
********* Typemock Isolator++ Internal Exception *********
Access violation reading 0xFFFFFFFF
-------------------------
unknown file: error: C++ exception with description "Access violation reading 0x
FFFFFFFF
-------------------------
" thrown in the test body.
Are there any restrictions of faking a c++ class?.