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.5 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,529481ac2d77d9f6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada References: <1176320910.543255.74730@b75g2000hsg.googlegroups.com> <1176387466.525266.257670@n59g2000hsh.googlegroups.com> <1iye22k0o4obx$.naanhqgipkpf.dlg@40tude.net> <1176477928.918685.283010@b75g2000hsg.googlegroups.com> <1176512718.219589.63270@w1g2000hsg.googlegroups.com> <13poyps5u5uo8$.rzkmixdov6tr.dlg@40tude.net> <1176552993.629014.137900@y80g2000hsf.googlegroups.com> <4tn69i24hl6w$.ns08mtjy7afs.dlg@40tude.net> <1176586627.612504.176470@n76g2000hsh.googlegroups.com> <1176645806.501593.6710@n76g2000hsh.googlegroups.com> Subject: Re: Translating a VB dll header to Ada Date: Wed, 18 Apr 2007 20:47:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 NNTP-Posting-Host: 9.80-202-41.nextgentel.com X-Original-NNTP-Posting-Host: 9.80-202-41.nextgentel.com Message-ID: <46266591@news.broadpark.no> X-Trace: news.broadpark.no 1176921489 80.202.41.9 (18 Apr 2007 20:38:09 +0100) Path: g2news1.google.com!news2.google.com!newshub.sdsu.edu!newsfeed.news2me.com!newspump.sol.net!161.49.252.4.MISMATCH!sxnews1.qg.com!nntp.gblx.net!nntp3.phx1!news.broadpark.no!not-for-mail Xref: g2news1.google.com comp.lang.ada:15100 Date: 2007-04-18T20:47:55+02:00 List-Id: wrote : > Sorry, I quoted the wrong message as the solution, changing the string > to "in out" instead of only "in" is what avoided the access violation, > as Philippe Bertin suggested. > > I don't seem to be able to get the CKHSendString function to work... > Does the DLL require initialization before you can use it? Some libraries do. greetings,