I'm trying to build the Ant Simulator from source using Visual Studio 2010. I'm an OSX developer, so please go easy on me.
The following messages are generated:
------ Build started: Project: ANT+DisplaySimulator, Configuration: Debug Win32 ------
ANTChannel.cpp
ANTClass.cpp
MainForm.cpp
PhoneRemote.cpp
c1xx : fatal error C1083: Cannot open source file: 'devices\\PhoneRemote.cpp': No such file or directory
RacquetDisplay.cpp
c1xx : fatal error C1083: Cannot open source file: 'devices\\RacquetDisplay.cpp': No such file or directory
TemperatureDisplay.cpp
c1xx : fatal error C1083: Cannot open source file: 'devices\\TemperatureDisplay.cpp': No such file or directory
VideoRemote.cpp
c1xx : fatal error C1083: Cannot open source file: 'devices\\VideoRemote.cpp': No such file or directory
Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
So, the question is, am I the only one to have tried this? Where are the missing files? What am I missing?