Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best Approach For Large Application
Message
From
03/10/2001 18:30:25
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00495087
Message ID:
00563928
Views:
23
Kevin,

We have a very similar situation and need to break things up into multiple projects and create multiple App/Exe files. So we gave the abstract factory idea a try.

It works as long as all of the required classes (form/bizobj/bizrule/dataenv) are in the same library, but we have our forms in separate libraries from the bizobj/bizrule/dataenv libraries.

The abstract factory will SET CLASSLIB to the form's classlib in the external App/Exe, but how does the framework handle the situation where multiple libraries need to be referenced?

Thanks for the help,

Ted.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform