[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MacApp with Mac CL
- To: info-mcl
- Subject: Re: MacApp with Mac CL
- From: liberte@ncsa.uiuc.edu (Daniel LaLiberte)
- Date: 27 Aug 91 17:16:47 GMT
- In-reply-to: UK0392@AppleLink.Apple.COM's message of 24 Aug 91 18: 39:00 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Illinois, Urbana-Champaign, NCSA
- References: <683060717.6855493@AppleLink.Apple.COM>
- Sender: usenet@ux1.cso.uiuc.edu (News)
If am told by another person who responded by mail that FF-LOAD is not
(yet) able to load C++ code, and this would inhibit any interaction between
MCL and MacApp (I am assuming MacApp 3.0 which is written in C++).
But the question still remains, does FF-LOAD support loading C
functions that may call MacApp methods? In other words, I dont think
I really need to call MacApp methods directly, as long as they are
accessible through C functions. Is the part of FF-LOAD that doesnt
support MacApp concerned with getting MacApp in memory, or just with
binding to its entry points?
If I can load MacApp code and call it through C functions, then the
next problem would be who has control of windows and events. Also, I
will have to change how MacApp does its initialization to avoid
reinitializing the Mac toolbox, since presumably MCL would have done
the same initialization, and there is no way that I know of to test
whether the initialization has been done but it should not be done
twice.
Thanks for any info.
Dan LaLiberte
National Center for Supercomputing Applications
liberte@ncsa.uiuc.edu