Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: ian pano
  Where is ian pano?
 Metro Manila
 Philippines
 ian pano
 Tags
Subject: base vcxs always being included into vfp
Thread ID: 172966 Message ID: 172966 # Views: 43 # Ratings: 0
Version: Visual FoxPro 9 Category: Classes and Objects
Date: Sunday, May 11, 2008 10:53:51 AM         
   


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



COMPLETE THREAD
base vcxs always being included into vfp Posted by ian pano @ 5/11/2008 10:53:51 AM
RE: base vcxs always being included into vfp Posted by Andy Kramek @ 5/11/2008 1:37:58 PM
RE: base vcxs always being included into vfp Posted by ian pano @ 5/13/2008 3:33:50 AM