How can I install winINet.dll in visual studio c++ project?

727 views Asked by At

I tried to install winiNet.dll downloaded from this site,

but when I tried to add it to the C:\Windows\System32 directory i saw there already exists this file(wininet.dll). however, I tried to run the command regsvr32 wininet.dll in the command line but there was an error..

Anyway, Is there another way to add this dll to my project, then how?

0

There are 0 answers