
Using implemented interfaces with ASP ??
I have several objects the I would like to use that are implementations of
other objects. In VB6 I would write:
dim oFuss as iFuss
set oFuss = createobject("MyDLLProg.cFuss")
This works fine for VB6 but not "late bound" ASP.
Other that writing a wrapper class in VB6 to instantiate the objects are
there any other ways?
R. Oz.
Glendale Az