swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (make-instance '<Library-class> problems


From: Marcus G. Daniels
Subject: Re: (make-instance '<Library-class> problems
Date: 21 Dec 1999 09:30:35 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "PF" == Pau Fernandez <address@hidden> writes:

PF> type `Model' not found

PF> For classes defined in
PF> the project there is no problem, and neither for classes in Swarm
PF> libraries. 

If there are no symbols in your compiled model to "Model", then
the linker doesn't bother to bring any of that in to the executable.

Probably the easiest thing is to make some references for the classes
you'll be creating via the .scm file.  You can do that by putting
"[Model self];", in `main', before you construct and run things..

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]