Re: How to create a duplicate (not sub) class.



If it's a copy, then classloc would point to the orignial.vcx and would
continue to do so when renamed & dragged back to original.vcx

"Olaf Doschke" wrote:

Hi Lew,

one mayor and wrong thing, when you simply copy the file:

Let 's say you have a original.vcx with classes parent and child, child
being subclassed of parent. Then you copy the file and name the copy
copy.vcx. The child class within copy.vcx will then point to the parent
class in original.vcx You'd have a crossreference back. If you now rename a
class within copy.vcx and then drag that over to original.vcx I assume bad
things happen regarding the classloc parent class reference.

Bye, Olaf.



.



Relevant Pages

  • Re: renaming a file....
    ... On 12/28/06, bruce wrote: ... is there a way to be in a parent dir, and rename a file in a child dir? ... i can use the find cmd, and generate the files i want to rename. ...
    (Fedora)
  • Re: renaming a file....
    ... is there a way to be in a parent dir, and rename a file in a child ... i can use the find cmd, and generate the files i want to rename. ...
    (Fedora)
  • renaming a file....
    ... is there a way to be in a parent dir, and rename a file in a child dir? ... it seems that the rename is operating on files in the current dir, ...
    (Fedora)
  • Unix Programming FAQ (v1.37)
    ... Why use _exit rather than exit in the child branch of a fork? ... Why doesn't my process get SIGHUP when its parent dies? ... How do I create a named pipe? ... How do I compare strings using regular expressions? ...
    (comp.unix.programmer)
  • Unix Programming FAQ (v1.37)
    ... Why use _exit rather than exit in the child branch of a fork? ... Why doesn't my process get SIGHUP when its parent dies? ... How do I create a named pipe? ... How do I compare strings using regular expressions? ...
    (comp.unix.programmer)

Loading