HELP...i removed some classes from one file, and they were removed from
another project. This is a large application that i took over. i was
troubleshooting it by removing classes from a copy of it...and then i built
the application...as soon as it would run without errors, i would know which
class to work on...or replace....but it seemed to remove the classes from the
production application too! is this the way it is, or did i do something
wrong?

Re: removing classes from a project by Cindy

Cindy
Wed Oct 05 12:57:37 CDT 2005

Hi Marty,

I assume you mean that you removed some classes from a class library (VCX)
and not that you removed a VCX from the project (which would not harm other
apps).

Is your production app run in the FoxPro IDE or from an EXE? If in an EXE
then everything should be built in, but if in the IDE then your code would
look for the classes each time it ran.

Why were you troubleshooting by removing classes? What were you trying to
find out? You should have worked with a copy of your class libraries, for
example in another directory.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy_winegarden@msn.com www.cindywinegarden.com
Blog: http://spaces.msn.com/members/cindywinegarden


"Marty" <mbills@ttecht(removethis).com> wrote in message
news:EDC3749C-1457-47C4-92D8-031DB8CE6C81@microsoft.com...
> HELP...i removed some classes from one file, and they were removed from
> another project. This is a large application that i took over. i was
> troubleshooting it by removing classes from a copy of it...and then i
> built
> the application...as soon as it would run without errors, i would know
> which
> class to work on...or replace....but it seemed to remove the classes from
> the
> production application too! is this the way it is, or did i do something
> wrong?