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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to move class libs?

Status
Not open for further replies.

Nifrabar

Programmer
Mar 16, 2003
1,343
NL
Hi !

I am reorganising my projects.
Up to now some projects have almost same classlibs.
Therefore I want to introduce kind of 'shared' map in which I put my classlibs.
Than I only have just one place for maintaining.
I tried moving a classlib from a project but than the app complains for the moved classlibs.

Is there an easy way to move them?

-Bart
 
All your classes in other class libraries which are sub-classes from the library that you want to move will have to be "hacked" to point them to the right location.

Always make backups of VCX & VCT files before hacking!!

Just "USE myclasslib.vcx" then Browse!
(the data is in the memo fields, so a "FIELDS" clause might make browsing significantly easier)

- Bill

Get the best answers to your questions -- See FAQ481-4875.
 

Since years I am using saveas.app.
Start it with program -> do
Then enter the class you want move into antother place.
There you will find antother menu-item on the right: SaveAss
Here you can select the new place of your class.
This program is freeware, but I have no idea who is the owner. I think i found it in universalthread.
If you were not able to solve your problem in another way, I can copy it into my homepage and publish here the link.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top