Compile error!!!

geddy

New Member
I use VC++6.0 to compile the EraserDll.dsw,following error occurred:
error C2065: 'PROV_INTEL_SEC' : undeclared identifier
Why???How to solve????
 
You'll need newer header files. I am not sure if Microsoft still provides a Platform SDK for Visual C++ 6.0 though. See also the file README-SOURCE.txt that comes with the source code.
 
Back
Top