home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!network-analysis-ltd.co.uk!sw
- From: sw@network-analysis-ltd.co.uk (Sak Wathanasin)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: IYourObject, Views, & ViewEdit
- Message-ID: <D2150050.b2f0fo@nan.network-analysis-ltd.co.uk>
- Date: 14 Aug 92 09:31:43 GMT
- Reply-To: sw@network-analysis-ltd.co.uk
- Organization: Network Analysis Ltd
- Lines: 58
- X-Mailer: uAccess - Macintosh Release: 1.6v1
-
-
- In article <1992Aug12.231336.1049@reed.edu> (comp.sys.mac.programmer), bowman@reed.edu (Eric Bowman (bobo)) writes:
-
- > On an unrelated note, my code and sample code no longer handles "<<<>>>"
- > correctly for window titles -> "Untitled 1", etc. This worked fine under
- > ETO 7, but doesn't work with ETO 8.
-
- Have you recompiled your MacApp.Lib? There's a report in the MacApp3Tech$
- mailing list that C++ 3.2 isn't handling "inline"s correctly:
-
- | ------------------------------
- |
- | Date: 10 Aug 92 04:32 GMT
- | From: V0645@AppleLink.Apple.com (Tandem, Gary Campbell,AM)
- | Subject: Error w CFront 3.2 & MA 3.0.1
- |
- | Hi,
- |
- | I'm using the MacApp 3.0.1 and CFront 3.2 from ETO#8 and
- | MacApp 3.0.1 does not properly compile with CFront 3.2.
- |
- | I don't use the pre-compiled MacApp libraries because I need -NoNeedsSystem7
- | and -TwoOhTemplateViews thus I needed to build my own libraries.
- |
- | My window titles look like "DocumentName>>> Title" instead of "DocumentName
- | Title".
- | This is because the method ParseTitleTemplate from UMacAppGlobals.cp has a
- | incorrectly inline CString::Delete function call.
- |
- | The inline function CString::Delete is inlined with a temporary NULL variable
- | instead of the const variable kPreSize that was supposed to be passed to
- | Delete's
- | parameter 'length'.
- |
- | This inline problem may happen in other methods that I haven't found yet?
- |
- | I have turned off inline-ing for CString::Delete as my workaround.
- |
- | My question is:
- |
- | Are there other methods that aren't inline properly in MacApp 3.0.1?
- | Were the pre-built MacApp libraries built with this version of CFront or
- | do they too have this problem?
- | Is there a better CFront?
- |
- | cheers,
- | Gary Campbell
- | Tandem Computers
- | V0645
- .... [Details, disassembly of code omitted]
-
-
- Sak Wathanasin
- Network Analysis Limited
- 178 Wainbody Ave South, Coventry CV3 6BX, UK
-
- uucp: ...!uknet!nan!sw Phone: (+44) 203 419996
- AppleLink: NAN.LTD Internet: sw@network-analysis-ltd.co.uk
-