首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Windows 8中构建“波河”SIP客户端库

在Windows 8中构建“波河”SIP客户端库
EN

Stack Overflow用户
提问于 2013-08-13 08:11:31
回答 2查看 880关注 0票数 1

我在Windows 8中实现了 (voip),所以我通过https://code.google.com/p/boghe/wiki/Building开发了一个图书馆。我通过点击boghe-wp8.sln打开了项目,但是我得到了错误:-

代码语言:javascript
复制
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"

当我建造时,我有第二个错误:-

代码语言:javascript
复制
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

请专家帮我建那个图书馆。我会非常感激的。谢谢!

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2013-09-09 17:20:55

你需要做一个文件夹,麦波哈。然后从该文件夹中的svn中检出两个文件夹。运行boghe/2.0/解决方案文件。它会跑的。如果你有什么问题,回电给我。我会一步一步地写。

票数 0
EN

Stack Overflow用户

发布于 2014-03-11 08:13:40

获取源代码

桌面(XP,Vista,7,8)和移动(WP8,RT,Surface)共享相同的基本代码,这意味着您只需要遵循本节,如果您从未签出代码。

代码语言:javascript
复制
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)。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/18203881

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档