Could you tell me what are the steps that should I follow from the beginning
Once you have installed MSVC, you can follow those steps to install your development environment :
1- Download and install Qt 4.8 for MSVC2008 ;
2- Add Qt '
bin' directory to the PATH of Windows ;
3- Download my boost 1.49 package and unzip it :
http://www.qxorm.com/lib/boost_1_49.zip ;
4- Add '
lib_shared' directory from my boost package to the PATH of Windows ;
5- Download QxOrm package and unzip it ;
6- Open '
QxOrm.pri' file and modify boost parameters (
QX_BOOST_INCLUDE_PATH,
QX_BOOST_LIB_PATH, etc.) ;
7- Open '
./test/qxBlog/qxBlog.sln' for example with MSVC2008, then try to build it and execute it ;
8- Test all examples from '
./test/' directory of QxOrm package.
Note : you are using boost 1.46.1 => don't worry, it will work with your version too.
If you have some problems with boost, you can download my boost package...