I'm feeling a bit out-of-date here. I'm trying to build one (any) of the control surfaces from the recently released source code. Eventually I want to build one up got the Oxygen keyboards, but I seem to be failing before I can start.
I'm running into the following errors on compile:
Error 1 error C2059: syntax error : '&&' C:\Visual Studio 2012\Projects\Cakewalk-Control-Surface-SDK-master\Surfaces\ACTMidiController\MidiInitializationMsgDlg.cpp 93 1 ACTController
Error 2 error C2143: syntax error : missing ';' before '}' C:\Visual Studio 2012\Projects\Cakewalk-Control-Surface-SDK-master\Surfaces\ACTMidiController\MidiInitializationMsgDlg.cpp 93 1 ACTController
Error 3 error C2059: syntax error : '}' C:\Visual Studio 2012\Projects\Cakewalk-Control-Surface-SDK-master\Surfaces\ACTMidiController\MidiInitializationMsgDlg.cpp 93 1 ACTController
Error 4 error C2143: syntax error : missing ';' before '{' C:\Visual Studio 2012\Projects\Cakewalk-Control-Surface-SDK-master\Surfaces\ACTMidiController\MidiInitializationMsgDlg.cpp 94 1 ACTController
Error 5 error C2447: '{' : missing function header (old-style formal list?) C:\Visual Studio 2012\Projects\Cakewalk-Control-Surface-SDK-master\Surfaces\ACTMidiController\MidiInitializationMsgDlg.cpp 94 1 ACTController
Does anyone have any idea what I've done wrong in building my environment?
Thanks,
Glen