我在Windows 8中实现了 (voip),所以我通过https://code.google.com/p/boghe/wiki/Building开发了一个图书馆。我通过点击boghe-wp8.sln打开了项目,但是我得到了错误:-
Unsupported
This version of Visual Studio does not have the following project types installed or does not support them. You can still open these projects in the version of Visual Studio in which they were originally created.
- BackEnd, "F:\myboghe\boghe\branches\2.0\boghe\winrt\BackEnd\BackEnd.vcxproj"
- BackEndProxyStub, "F:\myboghe\boghe\branches\2.0\boghe\winrt\BackEndProxyStub\BackEndProxyStub.vcxproj"
Non-functional changes required
Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in this version and Visual Studio 2010 SP1. Project behavior will not be impacted.
- boghe-wp8, "F:\myboghe\boghe\branches\2.0\boghe\boghe-wp8.sln"当我建造时,我有第二个错误:-
Error 102 The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\v110\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. F:\myboghe\boghe\branches\2.0\boghe\winrt\BackEnd\BackEnd.vcxproj 32 3 Agents请专家帮我建那个图书馆。我会非常感激的。谢谢!
发布于 2013-09-09 17:20:55
你需要做一个文件夹,麦波哈。然后从该文件夹中的svn中检出两个文件夹。运行boghe/2.0/解决方案文件。它会跑的。如果你有什么问题,回电给我。我会一步一步地写。
发布于 2014-03-11 08:13:40
获取源代码
桌面(XP,Vista,7,8)和移动(WP8,RT,Surface)共享相同的基本代码,这意味着您只需要遵循本节,如果您从未签出代码。
Create new directory named myboghe
mkdir myboghe
cd myboghe
Checkout doubango source code into myboghe. Important: The destination directory MUST be named doubango
svn checkout http://doubango.googlecode.com/svn doubango
Checkout Boghe source code into myboghe
svn checkout http://boghe.googlecode.com/svn boghe构建源代码
构建8就像安装WindowsPhoneSDK8.0、打开myboghe\boghe\branches\2.0\boghe\boghe-wp8.sln和运行Bogha-wp8目标项目一样简单。
请不要忘记根据您的目标类型(模拟器或设备)更改CPU类型(x86、WIN32、ARM)。
https://stackoverflow.com/questions/18203881
复制相似问题