Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you remove classes or other items from a project without errors 1

Status
Not open for further replies.

aclayborne

Programmer
May 3, 2000
49
US
How do you remove classes or other items from a project without errors.<br><br>Visual Class Library meidata.vcx has the following errors:<br>&nbsp;&nbsp;&nbsp;&nbsp;Unknown GAERRORS - Undefined
 
I'm not sure I follow you:&nbsp;&nbsp;did you get this error <i>before</i> removing the classlib, or <i>after</i>?<br><br>It also sounds like the error you show can be solved by adding an <FONT FACE=monospace>EXTERNAL gaErrors</font> statement so the compiler knows it should not look for a program GAERRORS. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
I get the message during the build.&nbsp;&nbsp;I've take an old project to design a new one but there are some clsses, menus, and programs that I don't need.&nbsp;&nbsp;When I attempt to build the project it pulls the classes I deleted back in and gives me a error for the ones it can't find.&nbsp;&nbsp;I don't know where the references to these classes are.
 
One of your programs, forms, screens or menus in the project is calling the files you are deleting.&nbsp;&nbsp;You will have to find those files that make those calls and delete those lines of code.<br>To head off the next Question &quot;How do you search all files for an occurance of a string in files?&quot;&nbsp;&nbsp;<br>1. Go download the FoxPro Filer application from MicroSoft or, <br>2. If you still have a copy of fpw2.6, start it and type filer in the command window or,<br>3. Purchase a 3rd Party Software that will check files for the occurance a string in files.&nbsp;&nbsp;(Norton Disk Editor was one) <p>David W. Grewe<br><a href=mailto:Dave@internationalbid.net>Dave@internationalbid.net</a><br><a href= > </a><br>
 
The Windows 9x Find... option from the shortcut bar will also allow you to search for text. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top