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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,24d870452063b185,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: "Thomas Krueger" Newsgroups: comp.lang.ada Subject: Ada and opencv Date: Fri, 28 Apr 2006 12:55:18 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 NNTP-Posting-Host: 139.30.204.19 X-Original-NNTP-Posting-Host: 139.30.204.19 Message-ID: <4451f496$1@news.uni-rostock.de> X-Trace: news.uni-rostock.de 1146221718 139.30.204.19 (28 Apr 2006 12:55:18 +0200) Path: g2news2.google.com!news3.google.com!news.glorb.com!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!news-mue1.dfn.de!news-ham1.dfn.de!news.uni-rostock.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:3979 Date: 2006-04-28T12:55:18+02:00 List-Id: Hello, i try to use the free available image processing library "opencv" from intel. I built my own specifcation file with the datatypes and function prototypes. Compliling and linking is no problem. I've linked the opencv dll statically and also in the dynamic way by using winapi loadlibrary etc. some functions work, but other functions generate errors that are raised by the opencv functions. I think my specification file ist right. The data sizes are the same in ada and c etc. My question is, where could be my faults. Is a working binding for opencv already available? Thanks in advance.