Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!news.cs.indiana.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!ml27192 From: ml27192@uxa.cso.uiuc.edu (lanett mark) Newsgroups: comp.sys.mac.programmer Subject: MacApp and DAs (was: Re: Local/AppleTalk Connectivity in MacApp) Message-ID: <1991Jan5.202552.6142@ux1.cso.uiuc.edu> Date: 5 Jan 91 20:25:52 GMT References: <1991Jan3.221839.21979@athena.cs.uga.edu> <14571@hoptoad.uucp> Sender: news@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 15 tim@hoptoad.uucp (Tim Maroney) writes: >In article >wiechman@athos.rutgers.edu (NightMeower) writes: >>One point to mention is that MacApp cannot be used to write DAs, >>INITs, etc. I imagine that it will be possible to do so in the future. >I would be *very* surprised if it were. The point here is that C++ objects dynamically allocate memory, which makes them unsuitable for this kind of program (I'm not sure about Object Pascal). Also, since they pass the hidden this/self pointer, you cannot pass a member function to the toolbox--they have that extra parameter. Mark Lanett