Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debuggin COM Objects
Message
From
24/10/2000 11:20:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Debuggin COM Objects
Miscellaneous
Thread ID:
00433537
Message ID:
00433537
Views:
39
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?
Next
Reply
Map
View

Click here to load this message in the networking platform