[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: SOLVED: Infinite loop in frm_driver.c
From: |
Jürgen Pfeifer |
Subject: |
RE: SOLVED: Infinite loop in frm_driver.c |
Date: |
Thu, 30 Aug 2001 12:51:43 +0200 |
> Is this a serious issue? Am I being stupid in copying
> structures in memory?
No and Maybe;-) In theory you shouldn't know that
FIELD or FORM or whatever is a structure, so you
couldn't copy that thing (in Ada Terminology this
would be a limited type). I guess you'll run in
serious problems in other placed too. Why isn't
dup_field() good for you? It duplicates a field
and maintains the integrity of the internal pointer
chains.
Cheers
Jürgen