Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debuggin COM Objects
Message
De
24/10/2000 11:20:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Debuggin COM Objects
Divers
Thread ID:
00433537
Message ID:
00433537
Vues:
40
I've been debugging my COM object code from my ASP pages (before I build it into a COM of course) up until now, by using the following:
Set oVFP = CreateObject( "VisualFoxPro.Application")
oVFP.Visible = true
oVFP.DoCmd( "cd c:\development\centauri\centauriFox\classes")
set oCustomer = oVFP.Eval("NewObject([CustomerInfo],[Customer.vcx])")
set CreateNewCustomer = oCustomer.CreateNonMember( loRequest, loResponse)

This brings up VFP and I can set step ons, etc. Worked great...

Until I got a new machine with Win NT (was running 95 until now). And it doesn't work anymore. The code hangs. Going into NT task manager I can see that VFP is running. It isn't visible though. And I can't shut it down thru task manager - it actually hangs the task manager if I try to shut it down. The only way to shut it down is to reboot.

Any suggestions?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform