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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,da047bd41d707e54 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!40g2000prx.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: networking support? Date: Sat, 20 Dec 2008 11:23:54 -0800 (PST) Organization: http://groups.google.com Message-ID: <3b02e324-d3c8-47a9-8a3e-beb75f3687f2@40g2000prx.googlegroups.com> References: <494a17a9$0$30226$9b4e6d93@newsspool1.arcor-online.net> <494a4655$0$30220$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: 62.21.85.17 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1229801034 31292 127.0.0.1 (20 Dec 2008 19:23:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 20 Dec 2008 19:23:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 40g2000prx.googlegroups.com; posting-host=62.21.85.17; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3057 Date: 2008-12-20T11:23:54-08:00 List-Id: On 20 Gru, 00:05, Oliver Kowalke wrote: > my intention was to call some boost libraries (www.boost.org). > I'm not sure if C++-templates can be accessed/used by Ada. A significant part of the Boost libraries are template-based libraries entirely defined in their header files. There is even no object code to link to until you instantiate the target templates. Unfortunately there is no way to directly use them from Ada. Which Boost libraries are you interested in? -- Maciej Sobczak * www.msobczak.com * www.inspirel.com Database Access Library for Ada: www.inspirel.com/soci-ada