I can't find a download for the Windows Driver Kit 8.1 [closed] - visual-studio-2013

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am unable to find a download for the Windows Driver Kit 8.1 and I need it to do driver builds from VS 2013. Or I need to upgrade my driver project to VS 2017. Any recommendations?

WDK 8.1 https://download.microsoft.com/download/8/6/9/86925F0F-D57A-4BA4-8278-861B6876D78E/wdk/wdksetup.exe
WDK 8.1 Update (via archive.org) http://web.archive.org/web/20200314015621if_/https://download.microsoft.com/download/0/8/C/08C7497F-8551-4054-97DE-60C0E510D97A/wdk/wdksetup.exe
The reason of removal: We removed the Windows 8.1 WDK downloads, because they do not meet our current requirements for downloadable files. They were signed by SHA-1 certificates, and we require SHA-2 certificates. As soon as we can rebuild and test these versions of the WDK, we will replace them.

Related

WAMP requires Microsoft Visual Studio 2012 : VC 11 however that is no longer available on the microsoft website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Visual Studio 2012 : VC 11 vcredist_x64/86.exe is no longer available on the Microsoft website though I need it to run WAMP.
This is the link to where the download is supposed to be:
http://www.microsoft.com/en-us/download/details.aspx?id=30679
How can I get these files ? Is there any third party downloads ?
Yes, WAMPServer support have added an installer for all the MSVC Redist libraries to the Secondary repository of Wampserver files which you can find here. For some reason MS keep messing with the location of these downloads.
Secondary repository of Wampserver files
Scroll down to the botton of that page and look for Microsoft VC++ packages VC2008, 2010, 2012, 2013, 2015 zip files
You can also find the link on the WAMPServer Forum page called WAMPServer 3 All you need to know

Need a free IDE/compiler combo for 64 bit windows C++ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
So I'm trying to make a x64 program in windows, and I found out that I need VS2010 Pro to make my binaries x64. Now I don't know about everyone else here, but I'm not a student, and can't afford over $1,000 bucks. I am against pirating, so don't suggest that.
I need a IDE/Compiler combo that is easy to download and set up, and requires no building. So binaries only. Please help?
You can use VS 2010 Express to target 64 bit if you install the Windows Software Development Kit:
http://msdn.microsoft.com/en-us/library/9yb4317s.aspx
Visual Studio 2012 Express for Desktop ships with 32 and 64 bit versions of the MS compiler.
Code::Blocks + mingw.
These are some good and free C++ IDE for your PC
CodeBlock
Eclipse
Visial Studio Code
VIM
should you want to download or know more details on them to know which one suites you, go>> https://www.thewindowsclub.com/best-free-c-ide-for-windows-10

Where can I find the Mac Office 2011 developer details? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm wanting to learn about the API and add-on capability of the Mac version of Office, 2011.
I cannot find any documentation on MSDN - it must be hidden well. Can someone point me at it please? Thank you.
You can find the the Mac Office 2011 VBA reference docs at http://mac2.microsoft.com/vb/1033/default.aspx?src=office.
In almost all cases, the PC version of Office 2010 VBA references are concurrent with the Mac Office 2011 versions, but you can locate the Object Model Changes from Microsoft - Product - 2010 on each product under the Visual Basic Help page and you'll see what may have been added, removed or changed. For example, here is the Object Model Changes from Microsoft Word 2010.

Where do I download : VBRun60sp6.exe (which installs Visual Basic 6.0 SP6 run-time files)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
Improve this question
When I go to the MS web page describing the latest VB Runtime Files list it directs me to what looks like the right download for VBRun60sp6.exe but when I actually download it it's VB6.0-KB290887-X86.exe which is just the OleAut32.dll update for VB6.
I downloaded the VB6 IDE SP6 update but it installs directly to the Dev machine and I want to capture all of the files in one place. (If I do an /T extract from that update it doesn't have the .DLL files, etc. since it's an update).
Any ideas?
Download from:
http://www.microsoft.com/downloads/details.aspx?familyid=7B9BA261-7A9C-43E7-9117-F673077FFB3C&displaylang=en
If you can't find, it check out this search:
http://social.msdn.microsoft.com/Search/en-US?query=VBRun60sp6.exe
I know this is ancient, but I found this via Google because I need to run some old, line-of-business application written in VB6 even today.
For those looking for the Visual Basic 6.0: Run-Time Redistribution Pack (SP6) (vbrun60sp6): none of the official Microsoft source has it anymore. So I ended up digging through some old backups of mine and I found a copy. I uploaded them here vbrun60sp6 - Visual Basic 6.0: Run-Time Redistribution Pack (SP6)

Windows SDK "Samples" dir is missing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I want to look at sample code for the Wlan API (MSDN link).
But C:\Program Files\Microsoft SDKs\Windows\<version number>\Samples\ doesn't exist for me. The only directories there are:
bin
Bootstrapper
FXCop
Include
Lib
I got my SDK (v7.0A) by installing the Visual Studio 2010 beta. OS is Windows Vista.

Resources