I am trying to use Eyefinder. After making a few minor changes to source, I have obtained clean compiles of eyefinder.dsw, MPEyeFinderFilter.dsw, mpisearch.dsp. I am using DXSDK version 9.0 and all the files seem to be referenced correctly. When I try to compile MPEyeFinderFilter.dsw I get a (fairly) clean compile, but the linker fails with a message
LINK : fatal error LNK1117: syntax error in option 'debug:mapped,full'
When I try to compile MPEyeFinderApp, the compile works, but I cannot register the MPEyeFinderFilter.dx file because it was not created, evidently.
Where have I gone wrong? How can I change the linker option debug:mapped,full to something that works?
-John