[lazarus] CVS updates
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Sep 5 10:34:51 EDT 2002
On Thu, 05 Sep 2002 14:15:52 +0200
Michal Bukovjan <bukovjan at mbox.dkm.cz> wrote:
> BUGS:
>
> - TMemo will not stream. Try this. Start a new project, put a memo on a
> from, compile, run, a form will pop up without the memo. There is an
> error saying that:
>
> [DBGTGT] Form Stream "TFORM1" Signature=TPF0
> [DBGTGT] Form streaming "TFORM1" error: Class TMEMO not found
>
> Hmmm.
Tried, but it worked.
TReader searches for classes in the published variables of the form. If for some reason the IDE fails to add 'Memo1: TMemo' to the source, you will get the above error, when running the program. The IDE has a component class database, so it can load forms without source.
Mattias
More information about the Lazarus
mailing list