I just wanna know that if I install MRPT binary installation for windows, it will also include library for Visual Studio? or it only gives the application of MRPT library?
If it also include library or project for programming, how can i open it in VS?
Thank you very much in advance.


Yes, binary install contains both all the sources and the libraries for MSVC9 (but probably work with others MSVC versions). After installing, try this:
http://www.mrpt.org/Writing_applications_with_the_MRPT_C%20%20_Library
and CMake should find MRPT's path in c:/Program Files/, etc...
Thank you very much!!