turboactivate

My whole project is based on Visual C++ 8 (2009).Turboactivate is based on VC2010.So,what's the way to use Turboactivate with visual C++ 2008 ?Or Is it mandatory re-compile my project for vc2010?

You can use TurboActivate with any version of C++ (including Visual C++ 8). Just use the dynamic version of the library. See: Using TurboActivate with C, C++, and Objective-C.

If you want to use the static libraries then, yes, you'll need to use VS 2010 or above.