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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,529481ac2d77d9f6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!n76g2000hsh.googlegroups.com!not-for-mail From: vienapl@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Translating a VB dll header to Ada Date: 15 Apr 2007 07:03:26 -0700 Organization: http://groups.google.com Message-ID: <1176645806.501593.6710@n76g2000hsh.googlegroups.com> 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> NNTP-Posting-Host: 217.126.90.204 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176645806 9111 127.0.0.1 (15 Apr 2007 14:03:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 15 Apr 2007 14:03:26 +0000 (UTC) In-Reply-To: <1176586627.612504.176470@n76g2000hsh.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.10 (Windows NT 5.1; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n76g2000hsh.googlegroups.com; posting-host=217.126.90.204; posting-account=s-5BYg0AAACg_1u2WqCKSiLkbvMBVIC_ Xref: g2news1.google.com comp.lang.ada:15040 Date: 2007-04-15T07:03:26-07:00 List-Id: 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...