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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.248.68 with SMTP id i65mr27213652ywf.39.1447102329699; Mon, 09 Nov 2015 12:52:09 -0800 (PST) X-Received: by 10.182.246.66 with SMTP id xu2mr53473obc.18.1447102329625; Mon, 09 Nov 2015 12:52:09 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!us.feeder.erje.net!enother.net!enother.net!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!f78no657388qge.1!news-out.google.com!fs1ni4282igb.0!nntp.google.com!i2no1943051igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 9 Nov 2015 12:52:09 -0800 (PST) In-Reply-To: <3ca7150b-f54f-4cd1-82d9-5744cea53aad@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.26.108.144; posting-account=gOYTTAoAAADrNEg_oe5Etelo-0qd7UeW NNTP-Posting-Host: 70.26.108.144 References: <3ca7150b-f54f-4cd1-82d9-5744cea53aad@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3ec939c8-c287-49f2-a801-ed85689cfa70@googlegroups.com> Subject: Re: Problems Linking With a C++ Lib From: Aurele Injection-Date: Mon, 09 Nov 2015 20:52:09 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1738 X-Received-Body-CRC: 2690565179 Xref: news.eternal-september.org comp.lang.ada:28282 Date: 2015-11-09T12:52:09-08:00 List-Id: Thanks for your thoughts and thank you for the links. Lots of good stuff there. You are correct, DirectInput is not the way to go for input but its something I had to get out of the way to fully understand the issues at hand. But that binding now works, for now. As you suggested, I started looking at processing raw input but initially I was thinking of processing the WM_INPUT Windows message. However, I had really not thought of using the XInput API and I think I will do that instead. I'll contact you on your email shortly. Thanks !