diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2010-10-23 15:36:16 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2010-10-23 15:36:16 +0000 |
commit | f3e5ceffbceaf6f9931ad2ac6bad69732d37dd4c (patch) | |
tree | 9e519a8db95212147076d1e14225ca831b34918b /FaceTrackNoIR/FTServer.cpp | |
parent | 4b7af2d35be630472daadf3b85f289603a7092ad (diff) |
Built in support of TIRViews.
Older games like CFS3 require this to be in the program-folder.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@25 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/FTServer.cpp')
-rw-r--r-- | FaceTrackNoIR/FTServer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FaceTrackNoIR/FTServer.cpp b/FaceTrackNoIR/FTServer.cpp index ff273cc3..2bd3d5f5 100644 --- a/FaceTrackNoIR/FTServer.cpp +++ b/FaceTrackNoIR/FTServer.cpp @@ -30,6 +30,7 @@ //
// The FaceAPI only runs in the 'Release' configuration. It may have something to
// do with compiler-settings, but for now it's not solved...
+// --> WVR 20101023: This was solved by downgrading to VS2005...
//
// Connecting with the Freetrack DLL only seems to work, when UNICODE is OFF.
// That's strange, isn't it?
|