85b7463 change def of reducer to take function ptr fe6366e add engine base a98720e more deps git-subtree-dir: subtree/rabit git-subtree-split: 85b746394e0bed36a22ebb12beb8672616b39047
The solution has been created with Visual Studio Express 2010. Make sure to compile the Release version
Build
- Build the project
rabit, this will give yourabit.libinx64\Release
Build Your code with rabit
- Add include to the dependency path of your project
- Add
rabit.libto the linker dependency - The project basic is an example to show you how to build rabit with basic.cc