When I open the project on C++ Express I get error messages:<br><br>Platform x64 referenced in the project file FreeSwitchConsole cannot be found. Please make sure you have it installed under %VCTargetsPath%\Platforms\x64<br>
<br>Then when I try to build I get:<br><br>========== Build: 69 succeeded, 72 failed, 0 up-to-date, 17 skipped ==========<br><br>I've attached the complete output. Any help is appreciated. I did all following the instructions on <a href="http://wiki.freeswitch.org/wiki/Installation_for_Windows">http://wiki.freeswitch.org/wiki/Installation_for_Windows</a> and I did select the Freeswitch.2010.express.sln<br>
<br>Thanks,<br>John<br><br>Resume:<br><br>LINK : fatal error LNK1104: cannot open file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\libs\win32\pcre\Win32\Debug\libpcre.lib'<br><br>Many Warnings of each:<br><br>
floating\bv32\bv32lspquan.c(156): warning C4244: '=' : conversion from 'int' to 'int16_t', possible loss of data<br><br>..\..\flite-1.3.99\lang\cmu_time_awb\cmu_time_awb.c(81): warning C4090: '=' : different 'const' qualifiers<br>
<br>..\..\celt-0.7.1\libcelt\vq.c(63): warning C4244: '=' : conversion from 'double' to 'celt_word16', possible loss of data<br><br>..\..\libg722_1\src\tables.c(162): warning C4305: 'initializing' : truncation from 'double' to 'const float'<br>
<br>and then Errors:<br><br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br><br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br>
<br>freeswitch_managed.cpp : fatal error C1192: #using failed on 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\mod\FreeSWITCH.Managed.dll'<br> 'The system cannot find the file specified.'<br>
<br>MORE<br>freeswitch_managed.cpp : fatal error C1192: #using failed on 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\mod\FreeSWITCH.Managed.dll'<br> 'The system cannot find the file specified.'<br>
freeswitch_wrap.2010.cxx<br>freeswitch_wrap.2010.cxx : fatal error C1192: #using failed on 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\mod\FreeSWITCH.Managed.dll'<br> 'The system cannot find the file specified.'<br>
mod_managed.cpp<br>mod_managed.cpp : fatal error C1192: #using failed on 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\mod\FreeSWITCH.Managed.dll'<br> 'The system cannot find the file specified.'<br>
Generating Code...<br>------ Build started: Project: mod_shout, Configuration: Debug Win32 ------<br> mod_shout.c<br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br>
------ Build started: Project: mod_loopback, Configuration: Debug Win32 ------<br>cl : Command line warning D9040: ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler<br>
mod_loopback.c<br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br>------ Build started: Project: mod_vmd, Configuration: Debug Win32 ------<br>
cl : Command line warning D9040: ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler<br> mod_vmd.c<br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br>
------ Build started: Project: mod_siren, Configuration: Debug Win32 ------<br>cl : Command line warning D9040: ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler<br>
mod_siren.c<br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br>------ Build started: Project: fs_cli, Configuration: Debug Win32 ------<br>
getopt_long.c<br> fs_cli.c<br> Generating Code...<br> fs_cli.2010.vcxproj -> C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\fs_cli.exe<br>------ Build started: Project: mod_easyroute, Configuration: Debug Win32 ------<br>
cl : Command line warning D9040: ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler<br> mod_easyroute.c<br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br>
------ Build started: Project: mod_lcr, Configuration: Debug Win32 ------<br>cl : Command line warning D9040: ignoring option '/analyze'; Code Analysis warnings are not available in this edition of the compiler<br>
mod_lcr.c<br>mod_lcr.c(637): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data<br>LINK : fatal error LNK1181: cannot open input file 'C:\Users\DEll 1\Documents\FreeSWITCH\freeswitch\Win32\Debug\FreeSwitchCore.lib'<br>
<br><b>COMPLETE OUTPUT ATTACHED:</b><br><br><br>