Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A New Creation
Message
From
20/01/2003 10:15:41
 
 
To
17/01/2003 22:50:56
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00743090
Message ID:
00743465
Views:
10
This message has been marked as a message which has helped to the initial question of the thread.
NewObject() lets you specify the locatiion of the class library.
CreateObject() assumes it's in your path, or compiled into your .EXE

I think most of the time CreateObject() would be enough.
If you split your application up into many .EXE or .APP files, then you'd need NewObject() to load from a specific file. Unless you put all classes needed into each .EXE of course :)
Previous
Reply
Map
View

Click here to load this message in the networking platform