Click to See Complete Forum and Search --> : COM Getting Scripting Context


tclancy
June 18th, 2002, 03:41 PM
I need to make a COM component that can use the ASP Request object. In order to do this, I need the scripting context. I know I can make a method that passes in the scripting context, but I've seem commercial components that seem to pass the scripting context when the object is created - which takes this step away from the user.

How do you get the Scripting Context using C++?