Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → ANT+ Simulation Tools → Thread

   

Building Ant Simulator From Source

Rank

Total Posts: 9

Joined 2010-12-08

PM

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?      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

Thanks for bringing this to our attention. These files do not exist indeed, so just remove them from the project to be able to build it.      
Rank

Total Posts: 9

Joined 2010-12-08

PM

Thanks, Alejandra.

Would it at all be possible to remove the extraneous references to the files that do not exist as a helpful gesture. I am on very thin ice when on Windows, and even thinner ice with Visual Studio.

Obviously, schedules permitting.

Thanks!      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

We'd probably be able to release a fixed package by the end of the week.      
Rank

Total Posts: 9

Joined 2010-12-08

PM

That works for me. Thank you!      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

The source code release package has been fixed and updated on the website.

Cheers