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.224.172.129 with SMTP id l1mr21080543qaz.4.1374234440977; Fri, 19 Jul 2013 04:47:20 -0700 (PDT) X-Received: by 10.49.16.163 with SMTP id h3mr697797qed.24.1374234440922; Fri, 19 Jul 2013 04:47:20 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.bbs-scene.org!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!f1no16080qae.0!news-out.google.com!dk8ni695qab.0!nntp.google.com!f1no16078qae.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 19 Jul 2013 04:47:20 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=20.132.68.148; posting-account=71T85QoAAACdj14SLDEMBv_3HCGzGIoF NNTP-Posting-Host: 20.132.68.148 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <54f7f0d4-29ef-4de0-94d8-8320e8df24e2@googlegroups.com> Subject: .h header file in ObjectAda 8.2.2 source code? From: dd24fan Injection-Date: Fri, 19 Jul 2013 11:47:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:16428 Date: 2013-07-19T04:47:20-07:00 List-Id: Hi, all! I currently have this requirement to include a .h file in the ObjectAda source code. I'm not quite sure how to do this. Is this done by pragmas? Btw, in my source code now I've referenced all the functions needed to communicate with the hardware via pragma imports. I've also included the .lib file the vendor suggests in my project. When i try to run the executable in my test environment the .exe just hangs. Any insight would be greatly appreciated. D