windows7.1sdk离线包 安装windows7.1sdk离线包 SDK怎么总是安装不上

windows7 安装windows7 SDK怎么总是安装不上_百度知道
windows7 安装windows7 SDK怎么总是安装不上
提问者采纳
exe有关的项目;CurrentVersion\AppCompatFlags&#92:  1;Windows NT&#92.SOFTWARE\AppCompatFlags&#92,看看是不是在兼容模式下运行了.可以尝试运行setup目录下的setup。  HKEY_CURRENT_USER&#92,检查下面两个主键下面.找到windows phone sdk安装程序中的setup,有没有跟windows phone sdk的setup.exe,仅供参考;SOFTWARE\Compatibility Assistant\CurrentVersion&#92,检查一下兼容性那一页,右键-属性.运行注册表编辑器regedit,删除之。 可以尝试下面几种方式解决,关闭兼容模式。  2你可能是在兼容模式下运行了windows phone sdk的安装程序;Persisted HKEY_CURRENT_USER\Windows NT\Microsoft&#92,如果是。转载,如果有;Microsoft&#92,如果这个文件存在的话;Layers  3
其他类似问题
为您推荐:
windows7的相关知识
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁Windows 10 is hereAnd you can download it for free.*PreviousNext
The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create applications that run on Microsoft Windows.
7.1winsdk_web.exe5/19/2010498 KB
The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create applications that run on Microsoft Windows.
You can use the Windows SDK to write applications using the native (Win32/COM) or managed (.NET Framework) programming model.
Please see the
for the full list of supported platforms, compilers, and Visual Studio versions and any late breaking issues. For detailed information about the content in this SDK, including a description of new content, please see the Welcome to the Windows SDK section in the documentation.
Supported Operating System
Windows 7, Windows Server 2003 R2 Standard Edition (32-bit x86), Windows Server 2003 R2 Standard x64 Edition , Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP Service Pack 3
Platform architecture:
Install this SDK on and/or create applications for platform chipsets X86, X64, and Itanium.
.NET Framework:
Create applications that target .NET Framework versions 2.0, 3.0, 3.5, 4.
Visual Studio:
Use the resources in this SDK with Visual Studio versions , and 2010, including Express editions (Not all features work with all versions of Visual Studio. For example, you cannot use the .NET 4 tools with Visual Studio 2008.)
For this release, the Windows SDK is available thru a web setup (this page) that enables you to selectively download and install individual SDK components or a via an
so that you can burn your own DVD.
Follow Microsoft当前访客身份:游客 [
2WD(Web Designer & Web Developer),钟爱互联网。
:不错,感谢分享,
:我也借鉴了您的代码,谢谢
:不错哦,要是能支持滑动就更好啦
:解决了,牛
:总结的不错
:果然牛叉!!佩服
:可行,谢谢!!!
今日访问:13
昨日访问:82
本周访问:452
本月访问:1653
所有访问:77084
试用TideSDK及Windows 7下TideSDK的安装方法
发表于3年前( 12:18)&&
阅读(3065)&|&评论()
0人收藏此文章,
一直想用WEB技术来开发桌面应用,今天在OSC看到了一个叫TideSDK的开源项目,好像是基于WebKit,它能用WEB技术(HTML5,CSS3和JavaScript)创建多平台的桌面应用程序,就特别感兴趣,所以自己试用了一下。
TideSDK介绍:
TideSDK() 是一个让你使用你的 Web 开发技能(HTML5, CSS3 and JavaScript)来创建漂亮而且独特桌面应用的开发工具包,支持跨平台开发(Mac OSX/Linux/Windows)。
TideSDK 当前支持的编程语言包括:C/C++、Python、Ruby、PHP、JavaScript,接下来将支持:Lua、Falcon、C# (maybe through Mono)、Java。
Windows 7下TideSDK的安装方法:&
点击下载TideSDK,截止 11:36:38 最新版本是 TideSDK-1.3.1-beta-win-x86.zip,解压到:C:\ProgramData\TideSDK;
2、下载 Download TideSDK Developer for Windows :
, 接着安装;
3、为了最后能打包输出msi安装文件,所以我们还要下载并安装:
& & &1) Imagemagick :& & & &2) Wix 3.0 :
4、下载官方示例HelloWorld: , 然后解压;
5、打开TideSDK Developer,点击“Import Projects”,选择官方示例的解压目录,OK!,接下来你就可以根据官方示例和API开发WEB桌面应用了!
示例代码:
&meta http-equiv=&Content-Type& content=&text/ charset=utf-8& /&
&meta name=&author& content=&pandao QQ:& /&
&title&TestWebApp&/title&
&style type=&text/css&&
*{margin:0;padding:0;}
body{font-size:14color:#444;font-family:&微软雅黑&,Abackground:#666;}
a{color:#444;text-decoration:}
a:hover{color:#065BC2;text-decoration:}
.clear{clear:}
img{border:vertical-align:}
ul{list-style:}
&h1&Welcome to TideSDK Developer&/h1&
&script type=&text/javascript&&
var menu = Ti.UI.createMenu(),
fileItem = Ti.UI.createMenuItem('文件(F)'),
openWindow = fileItem.addItem(&打开&, function() {
var window = Ti.UI.currentW
window.setHeight(300);
window.height = 300;
/*Ti.UI.createWindow({
id: &propertyWindow&,
url: &app://page2.html&,
title: &My New Window&,
contents: &foo!&
baseURL: &app://page_url&
width: 500,
minWidth: 500,
maxWidth: 500,
height: 500,
minHeight: 500,
maxHeight: 500,
maximizable: true,
minimizable: true,
closeable: true,
resizable: true,
fullscreen: false,
maximized: false,
minimized: false,
usingChrome: true,
topMost: false,
visible: true,
transparentBackground: false,
transparency: false*/
exitItem = fileItem.addItem('退出', function() {
if (confirm('确定要退出吗?')) {
Ti.App.exit();
menu.appendItem(fileItem);
Ti.UI.setMenu(menu);
&script type=&text/php&&
date_default_timezone_set('America/Chicago');
ini_set('default_charset', 'utf8');
ini_set('display_errors', 'Off');
function getPhpInfo() {
ob_start();
echo &&pre&&;
phpinfo();
echo &&/pre&&;
return ob_get_clean();
&script type=&text/php&&
$document-&write(''.getPhpInfo().'');
要打包为MSI安装文件,就点击“Package With Runtime”(包含运行环境,最终文件较大),或者点击“Package Without Runtime”(不包含运行环境,最终文件较小)。
相关链接:
官方示例: 在线API :
API文档下载:
Documentation:
Source Code:
Tutorials: Get started easily
Q & A on Stack Overflow: Get help
Report a Bug: Help us improve IRC: Chat with us on #tidesdk on freenode.net Twitter: Follow TideSDK @tidesdk. Blog: Read our blog at . Knowledge Base: Read the wiki
Google Groups: Join our mailing list .
更多开发者职位上
1)">1)">1" ng-class="{current:{{currentPage==page}}}" ng-repeat="page in pages"><li class='page' ng-if="(endIndex<li class='page next' ng-if="(currentPage
相关文章阅读只为了多年之后看看当初幼稚的自己
前几天做数字媒体的作业要用到DirectShow,这东西现在已经集成在Windows SDK里面了。但是由于VS2010版本问题,各种折腾。现在将正确的安装顺序记录下来:
安装VS2010(相信很多人都已经装好了)
检查所有C++ 2010 Runtime\Redistributable,如果版本高于10.0.30319(不包括),则卸载之。(一般原来安装了SP1会出现这种情况)
安装Windows SDK 7.1
安装VS2010 SP1
这样SDK就安装完毕
注意,如果出现报错,千万不要按照网上说的去子文件夹中随便安装个msi文件的方法,这会导致安装程序以为已经安装了SDK,但实际上你却又找不到卸载SDK的地方。
下面是DirectShow部分的内容
打开C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses下的项目文件,把输出目标改为strmbasd.lib。在4个不同环境下进行编译,得到4个不同的strmbasd.lib
在项目文件的包含目录添加C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\C:\Program Files\Microsoft SDKs\Windows\v7.1\I
在Debug版库目录中添加C:\Program Files\Microsoft SDKs\Windows\v7.1\LC:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses\D(Release也要对应改动)
在项目中添加#pragma comment(lib,"strmiids.lib")来引用strmiids库文件
That's all.
相关文章暂时没有相关文章
DirectShow 下的最新文章}

我要回帖

更多关于 windows7 上安装git 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信