Dear Experts,
The classes I use in my current project are sub-classes of the ones I have created before. just for an example:
c:\EIBClasses\ebase.vcx <----base class
c:\EIBProjects\Project1\Vcxs\p1_ebase.vcx <---sub-class of c:\EIBClasses\ebase.vcx
my problem is, everytime i build my project, VFP would always say
"Unable to find Visual Class Library EBASE"
I have to locate ebase.vcx first (and all the other vcxs) to compile successfully. If i try to recompile at a later time, VFP would say
"Cannot update the cursor c:\exportbank\eibclasses\eforms.vcx, since it is read-only." (my guess with this one is this is because im using source safe)
i have to remove all base/parent classes before i can recompile successfully. after successful compilation, VFP includes the base classes into my project... and the cycle goes on....
is there any way to avoid this?.
TIA,
ian pano
Sometimes it is hard to see the forest - all those ^%$#@ trees get in the way! - Ken Murphy