Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call DLL from ASP page
Message
De
28/07/2001 00:28:24
 
 
À
26/07/2001 07:04:20
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00534820
Message ID:
00536794
Vues:
8
Here is the ASP page I created (edited cause UT doesn't allow scripting words):
-------------------------------------------------------------------------------
< % @ language = vbscript % >
...
< %
dim oMyDLL
set oMyDLL = server.CreateObject("mydll.myclass")
% >
< P >Success!< / P >
< % set oMyDLL=nothing % >
...

I suspect that when executing line "set oMyDLL=server..." something happened on the server but I don't how to be sure since nothing displayed on my screen nor on server's (just a beep from server's PC speaker). No page returned to my browser. How can I trap the error (or whatever stop my ASP from responding)? All I'm trying to do was create a simple web-based app by combining ASP page with DLL created w/ VFP *sigh*
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform