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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,a94db636886834db X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-06 20:21:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "SteveD" Newsgroups: comp.lang.ada References: Subject: Re: Mapping c++ type VARIANT to Ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1033960860 12.225.227.101 (Mon, 07 Oct 2002 03:21:00 GMT) NNTP-Posting-Date: Mon, 07 Oct 2002 03:21:00 GMT Organization: AT&T Broadband Date: Mon, 07 Oct 2002 03:21:00 GMT Xref: archiver1.google.com comp.lang.ada:29550 Date: 2002-10-07T03:21:00+00:00 List-Id: "Bj�rn Lundin" wrote in message news:cf%n9.1730$hT3.5616@nntpserver.swip.net... [snip] > > I get the Group and the Item and something in the byte_array, that seems to > change fairly ok accordingly to the callback, but the filetime and quality > is not reported, which makes me thing that my VARIANT mapping is wrong? > > Any suggestions? Go to: http://www.adapower.com/gnatcom/index.html GNATCOM defines a type GNATCOM.Variant. If you're using GNAT you can use GNATCOM, if you're using a different compiler you may be able to use GNATCOM as well, but you can certainly look for examples that work. SteveD > > /Bj�rn >