1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Windows Project Files
---------------------------
1) General Steps
a) open the project file according to your development environment
b) compile BOOST (http://www.boost-consulting.com/products/free) and CPPUNIT (http://sourceforge.net/project/downloading.php?groupname=cppunit&filename=cppunit-1.12.0.tar.gz&use_mirror=surfnet)
c) set BOOST & CPPUNIT includes in either Tools->Options->Project&Solutions->VC++ Directories->Include Files-> OR pdfedit->Property Pages->C/C++->General->Additional Include Directories
d) set debug parameters pdfedit->Property Pages->Configuration Properties->Debugging->Command Arguments to e.g. "-all -dir ..\testset -files ..\doc\zadani.pdf"
e) build solution
f) run tests
Tested:
VC 2005 Express Edition
-> Debug version
|