Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data session persistence?
Message
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01501524
Message ID:
01501687
Views:
52
>Tamar,
>
>Thanks for your suggestions.
>
>1. I understand your first one.
>
>2. I'm not clear what you are saying in the second one. I am using a VFP client to instantaite my COM server for testing, although the ultimate client will be a C++ app at this point. Is this what you are suggesting?
>
>Jim
>


Sort of. Instead of loObject = createobject('MyDLL.myClass') you may just try
loObject = newobject('myClass', 'myPrg.prg') and test first this way.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform