From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5d708145f98f6273 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-13 00:08:08 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsrout1.ntli.net!news.ntli.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: Access type conversions, how? Date: Tue, 13 Apr 2004 09:08:29 +0100 Message-ID: References: <107mgcjspsour11@corp.supernews.com> NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1081840087 23412 62.49.62.197 (13 Apr 2004 07:08:07 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 13 Apr 2004 07:08:07 +0000 (UTC) User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Xref: archiver1.google.com comp.lang.ada:7032 Date: 2004-04-13T09:08:29+01:00 List-Id: On Mon, 12 Apr 2004 20:25:23 -0500, Randy Brukardt wrote: > Ready for a head slapping moment? :-) > > GLfloatPtr points at a GLFloat (a C.C_Float), the 'Unchecked_Access points > at a (Standard.)Float. These aren't the same type! They don't even need to > be the same size (although they will be in practice), so you can't convert > the access type. > > If Object was declared "... of aliased GLFloat" everything should be fine. Well, I know that! But, I don't want to have different Matrix types for different platforms, and that's essentially what that will mean. Luke.