VC++ 10 gives error when libraries and headers related to libcurl are added to project.Even if curl.h is not included in the code,
C2065 undeclared identifier _SH_DENYNO //this is in xiosbase...
the above error comes.
Is there a problem as there is no libcurl version for vc++ 10? ....libcurl works fine in vc++ 6.
Any help would be great.
Thanks in advance,
Prasanna