TerrificInToronto / peerblock

Automatically exported from code.google.com/p/peerblock
Other
0 stars 0 forks source link

WDK 6001.18002 is not available and WDK 8.0 throws compilation error #450

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile pbfilter in Visual Studio 2012 on Windows 8 x64.
2. Installed WDK is 8.0.
3. Required WDK 6001.18002 is not available anymore, not even from Microsoft 
Connect. Looks like Microsoft doesn't want it out.

What is the expected output? What do you see instead?
1>driver.cpp(123): error C2248: 'std::bad_alloc::bad_alloc' : cannot access 
private member declared in class 'std::bad_alloc'
1>          C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\include\exception(379) : see declaration of 'std::bad_alloc::bad_alloc'
1>          C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\include\exception(364) : see declaration of 'std::bad_alloc'
1>  pb.cpp
1>  pbfilter_base.cpp
1>pbfilter_base.cpp(154): error C2248: 'std::bad_alloc::bad_alloc' : cannot 
access private member declared in class 'std::bad_alloc'
1>          C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\include\exception(379) : see declaration of 'std::bad_alloc::bad_alloc'
1>          C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\include\exception(364) : see declaration of 'std::bad_alloc'

What version of PeerBlock are you using? On what operating system? 32- or
64-bit?
Latest from SVN.

Please provide any additional information below.  Make sure to attach
peerblock.log and/or any screenshots that would help explain your problem.

Original issue reported on code.google.com by develope...@gmail.com on 3 Dec 2012 at 12:16

GoogleCodeExporter commented 8 years ago
I will remove Win2K support soon-ish as long as we manage to sign the driver.

Original comment by XhmikosR on 6 Aug 2013 at 5:15