1、安装VS2010,安装WDK7.0(DDK)2、新建VC++->EmptyProject3、打开ConfigurationManager并新建一个名称为“dirver”的SolutionConfiguration并将“dirver”设为ActiveSolutionConfiguration.4、打开View->propertyManager。5、在"dirver"solutionconfiguration上点击右键,选择AddnewpropertySheet。取名为“dirverProperty”.并对他进下以下设置。5.1.C\C++-General-DebugInformationFormat=ProgramDatabase(/Zi)5.2.C\C++-Preprocessor-PreprocessorDefinitions=_X86_[addalsoDBGforDebugconfig]【WIN32_DEBUG_X86_i386STD_CALLCONDITION_HANDLINGWIN32_LEAN_AND_MEANNT_UPSRVDBGDBG_IDWBUILD_WIN32_WINNT=0x0400%(PreprocessorDefinitions)】5.3.C\C++-CodeGeneration-EnableC++Exceptions=No5.4.C\C++-CodeGeneration-BasicRuntimeChecks=Default5.5.C\C++-CodeGeneration-BufferSecurityCheck=No(/GS-)5.6.C\C++-Advanced-CallingConvention=__stdcall(/Gz)5.7.C\C++-Advanced-CompileAs=CompileasCCode(/TC)[ifyouaregoingtouseplainC]5.8.Linker-General-OutputFile=$(OutDir)\$(ProjectName).sys5.9.Linker-General-EnableIncrementalLinking=Default5.10.Linker-Input-AdditionalDependencies=ntoskrnl.libhal.lib$(NOINHERIT)[addhereneededlibsheree.g.ntoskrnl.libhal.lib]【不知道上面是不是笔误,应该为:ntoskrnl.libhal.lib%(AdditionalDependencies)】5.11.Linker-Input-IgnoreAllDefaultLibraries=Yes(/NODEFAULTLIB)5.12.Linker-ManifestFile-GenerateManifest=No5.13.Linker-System-SubSystem=Native(/SUBSYSTEM:NATIVE)5.14.Linker-System-Driver=Driver(/DRIVER)5.15.Linker-Advanced-EntryPoint=DriverEntry5.16.Linker-Advanced-BaseAddress=0x100005.17.Linker-Advanced-RandomizedBaseAddress=Disable(/DYNAMICBASE:NO)【这个
也是错误的:应该置空】5.18.Linker-Advanced-DataExecutionPrevention(DEP)=Disable(/NXCOMPAT:NO)【这个也是错误的:应该置空】6.ConfigVC++Directories6.1OpenOpenuppropertymanagerbyclickingonMenuView->PropertyManager.6.2ExpandtheprojectnodeandthentheConfiguration|Platformnodes,youwillsee"Microsoft.cpp..users"fileforeachConfiguration|Platform.Thesearethefilesfortheglobalsettings,similartotheoldtools/Options/VC++Directories.6.3Multi-Select"Microsoft.cpp..users",rightclickandbringupthepropertypagewindow6.4Inthepropertypagewindow,clickon"VC++Directories"(forexample)intheleftpane,addnewpathsforthedirectoriessuchas"IncludeDirectories".separatedbysemicolons(eg:IncludeDirectoriesconfigAs:$(ddkroot)\INC$(ddkroot)\INC\WNET$(ddkroot)\INC\DDK\WNETLibraryDirectoriesconfigAs:$(ddkroot)\LIB\WNET\I386)6.5MakesuretosavethesettingsbeforeshuttingdownVisualStudio.6.6Re-launchVisualStudioandthenewsettingswillbeineffect.6.7Note:Ifyouwouldliketoonlychangethesettingsforoneproject,youcanrightclickontheprojectandbringupthepropertypage.Changethesettingsfor“VC++Directories”,thesesettingswillbepersistedtotheprojectfile.七.OK.Havedone.Nowyoucantestitwithsimplecode,e.g.:#include"ntddk.h"NTSTATUSDriverEntry(PDRIVER_OBJECTDriverObject,PUNICODE_STRINGRegistryPath){returnSTATUS_UNSUCCESSFUL}特别说明:1.VisualStudio2010在智能设备开发方面只支持WindowsPhoneOS7.0。
如果你要为WindowsCE5.0和WindowsMobile6.5开发应用程序,请安装VisualStudio2008。2.做驱动开发时,SDK的
版本要和WDK的版本一致,即Win7WDK要配Win7SDK,否则会出现编译错误。VS2010里集成了WindowsSDK7.0A。3.如果出现类似如下编译错误,解决方法是:拷贝C:\ProgramFiles(x86)\MicrosoftVisualStudio10.0\VC\include\sal.h,然后覆盖掉C:\WinDDK\7600.16385.1\inc\api\sal.h。C:\ProgramFiles\MicrosoftVisualStudio10.0\VC\include\crtdefs.h(550):errorC2143:syntaxerror:missing')'before'const'C:\ProgramFiles\MicrosoftVisualStudio10.0\VC\include\crtdefs.h(550):errorC2143:syntaxerror:missing'{'before'const'.
#include<wdm.h>
否则的话就看看_WIN32_WINNT在win7下面的定义,在代码上定义下。
进入wdk的环境cmd,有src文件夹吗,有的话,进入找一个目录build一下看看
没用过wdk7,还是使用ddk2600,wdk8.0好像没src目录了。
需要win 7 sp1系统和ie10或者IE11.Win7上安装vs2015 RC(候选发布版)失败完美解决方法,包含了Win7 SP1下载地址,IE10下载地址,IE11下载地址,在windows 7 *** 作系统上安装Visual Studio 2015,发生下面的错误:
解决方案:
可以手动安装目录packages\Patch 下根据 *** 作系统32,64 位系统安装对应的补丁:
安装完成补丁KB2999226,就可以正常的安装Visual Studio 2015
失败条件1:
Windows NT版本为6.3,且WindowsBuildNumber <9600,则不能安装。NT6.3是指windows 8.1系统或Windows Server 2012 R2,6.x是内核版本。如果是这个 *** 作系统版本,且build版本号低于9600,则不能安装。
失败条件2:
兼容模式未开启,如果系统不是最新系统,则需要开启兼容模式,否则无法安装。
失败条件3:
*** 作系统是Win7以上版本,或者是Win7版本并且SP包大于等于1的其他情况,则无法安装。这个表示,如果是Win7,则必须安装SP1及以上版本的补丁包。如果你的Win7没有安装补丁包,请先安装,否则无法安装VS2015.如果是更高版本的 *** 作系统,那么就不存在这个问题。
失败条件4:
IE不存在或者IE版本小于10,则无法安装。如果你在Win7上安装IE11,也是需要先安装SP1包。
所以Win7安装VS2015失败的最终的解决方案如下:
1.安装SP补丁包。
2、升级IE位IE10或者IE11
VS不同版本不会冲突:
我的win7刚装好2015,vs版本是不会冲突的,我的电脑上安装着2010,2013,2014,2015。
评论列表(0条)