Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vrp50- Clsslib naming
Message
From
13/05/1997 08:48:19
 
 
To
12/05/1997 17:39:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00031818
Message ID:
00031910
Views:
46
>>
>>Hi Doug - I just want to change the class lib name to reflect the
>>name of the application I am writing. example ...Students app
>>would have a student.vcx for the class lib instead of main.vcx.
>>Student.vcx will have the same methods as in main.vcx, but the
>>class lib name will be diferent... Can you help?
>
>Generally I would avoid this unless you intend for Student.VCX to grow off by itself (ie. no future relationship to Main.VCX). If you want your class code to be reusable, don't rename for each project. Not only will it cause referencing problems but it will be harder to track whats what later on.
>
>Develop your "framework" class libraries as your standard model to start each project from and provide your basic components. You can always sub-class off your framework to create application specific class libraries as needed. If you follow this model, then you are able to continually update your "framework" class libraries across all projects.
>
>-Doug-

Thanks Doug -First of all, I am a clipper (dos) programmer that has moved to Visual FoxPro.
I do intend for Student.VCX to grow off by itself. I probably did not explain myself well. I guess the problem is I am not sure where I keep my basic classes? Do a have two classlibs, one for the basic class stuff and one for the program stuff? I wanted to call the classlib a name that would reflect the program name and not just MAN.VCX. Do you know what I am trying to say… thanks again - rob
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform