1 diff -Nur ./include/ARToolKitPlus/TrackerImpl.h ../src_fixed/include/ARToolKitPlus/TrackerImpl.h
2 --- ./include/ARToolKitPlus/TrackerImpl.h 2006-07-25 16:05:46.000000000 -0300
3 +++ ../src_fixed/include/ARToolKitPlus/TrackerImpl.h 2011-03-08 16:28:56.616667902 -0300
5 * in an ARToolKit camera calibration file.
6 * Returns true if loading of the camera file succeeded.
8 - static bool calcCameraMatrix(const char* nCamParamFile, int nWidth, int nHeight,
9 + /*static*/ bool calcCameraMatrix(const char* nCamParamFile, int nWidth, int nHeight,
10 ARFloat nNear, ARFloat nFar, ARFloat *nMatrix);
13 diff -Nur ./src/core/arDetectMarker.cxx ../src_fixed/src/core/arDetectMarker.cxx
14 --- ./src/core/arDetectMarker.cxx 2006-04-19 23:28:10.000000000 -0300
15 +++ ../src_fixed/src/core/arDetectMarker.cxx 2011-03-08 16:31:41.656667685 -0300
18 for( i = j = 0; i < prev_num; i++ ) {
20 - if( prev_info[i].count < 4 ) {
21 + // Without this aaa the code won't compile when using this class of an installed
22 + // ARTKP. I have no idea of what is the reason.
23 + int aaa = prev_info[i].count;
25 prev_info[j] = prev_info[i];
28 diff -Nur ./src/librpp/rpp.cpp ../src_fixed/src/librpp/rpp.cpp
29 --- ./src/librpp/rpp.cpp 2006-04-19 23:28:10.000000000 -0300
30 +++ ../src_fixed/src/librpp/rpp.cpp 2011-03-08 16:28:56.620001120 -0300
33 #include "rpp_const.h"
34 #include "rpp_vecmat.h"
39 diff -Nur ./src/librpp/rpp_vecmat.cpp ../src_fixed/src/librpp/rpp_vecmat.cpp
40 --- ./src/librpp/rpp_vecmat.cpp 2006-04-19 23:28:10.000000000 -0300
41 +++ ../src_fixed/src/librpp/rpp_vecmat.cpp 2011-03-08 16:28:56.620001120 -0300
43 #include "rpp_vecmat.h"
51 diff -Nur ./tools/IdPatGen/src/PN/Image.cpp ../src_fixed/tools/IdPatGen/src/PN/Image.cpp
52 --- ./tools/IdPatGen/src/PN/Image.cpp 2006-04-19 23:28:10.000000000 -0300
53 +++ ../src_fixed/tools/IdPatGen/src/PN/Image.cpp 2011-03-08 16:28:56.620001120 -0300
61 #if defined(TARGET_HOST_WIN32) || defined(TARGET_HOST_WINCE)
63 diff -Nur ./tools/IdPatGen/src/PN/ImageTool.cpp ../src_fixed/tools/IdPatGen/src/PN/ImageTool.cpp
64 --- ./tools/IdPatGen/src/PN/ImageTool.cpp 2006-04-19 23:28:10.000000000 -0300
65 +++ ../src_fixed/tools/IdPatGen/src/PN/ImageTool.cpp 2011-03-08 16:28:56.620001120 -0300
67 #include "ImageTool.h"
73 #if defined(TARGET_HOST_WIN32) || defined(TARGET_HOST_WINCE)