Link to home
Start Free TrialLog in
Avatar of sa3q
sa3q

asked on

what is the problem for the CryptUnprotectData in wincrypt.h?

i worked on the CPP code he error appear to  me
error C2065: 'CryptUnprotectData' : undeclared identifier


i include

#pragma comment(lib, "crypt32.lib")

 #include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>

#include <windows.h>
#include <Wincrypt.h>


and the linker Crypt32.lib


what is the problem
Avatar of deepu chandran
deepu chandran
Flag of Germany image

Avatar of sa3q
sa3q

ASKER

i sow this link befor  and  try  it  but it  not run  

because i use visual  c++ 6
What IDE you are using other than VS 6?
Avatar of sa3q

ASKER

i didn't use  other than  VS 6
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sa3q

ASKER

thanks