Using implemented interfaces with ASP ?? 
Author Message
 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



Fri, 09 Aug 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Interface Inheritance using Implements

2. IMPLEMENTING AN INTERFACE MADE FROM ANOTHER INTERFACE

3. Implementing an interface made from another interface

4. IMPLEMENTING AN INTERFACE MADE FROM ANOTHER INTERFACE

5. Implementing an interface made from another interface

6. implementing transactions on an access 97 backend using asp

7. Quering an interface from another using MTS and ASP

8. Problems calling VB Components from ASP using Interfaces Classes

9. Problems executing ASP components using VB Interfaces

10. Implementing IUnknown interface in Access 2000 class

11. Implementing interfaces

12. Implementing the IEnumerator interface in my custom class

 

 
Powered by phpBB® Forum Software