well, I am a newbie in C++ and I have some trouble to make an atl dll : in fact I want to create an atl dll called htmretiever ,using VC 7, with one single method retrieve(url as string).
When I call the retrieve method using vbscript like this :
set myObj =...