I'm trying to compile a VC++ 2010 solution of two Static Library projects and I just get this (it's the build log):
1>------ Build started: Project: df_debug, Configuration: Debug Win32 ------
2>------ Build started: Project: common, Configuration: Debug Win32 ------
1>Build started 14/02/2012 10:51:14 PM.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00
2>Build started 14/02/2012 10:51:14 PM.
2>
2>Build FAILED.
2>
2>Time Elapsed 00:00:00
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
I don't understand - please help :)