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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f348a8d7ddab6952 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Bug reports for Win32Ada Binding Date: 1996/08/30 Message-ID: #1/1 X-Deja-AN: 177670395 references: <01bb9466$01037740$24af1486@pc-phw.inel.gov> <01bb96cb$340fd180$24af1486@pc-phw.inel.gov> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-30T00:00:00+00:00 List-Id: I asked Paul Whittington why he used unchecked conversion, and he replied I used function WinError_HRESULT_To_ObjBase_HRESULT is new Ada.Unchecked_Conversion (Win32.WinError.HRESULT,Win32.ObjBase.HRESULT); yes, but why? why not a normal checked conversion here, why on earth are you messing with unchecked conversions betweejn integer types, makes no sense at all to me!