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,f9c7bcd455cb4cab,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!not-for-mail From: ada95first@yahoo.com (Paul Springer) Newsgroups: comp.lang.ada Subject: Building C main with Ada on Visual V++ - _image_base_ Date: 2 Sep 2004 06:49:14 -0700 Organization: http://groups.google.com Message-ID: <978305c9.0409020549.3b7afa00@posting.google.com> NNTP-Posting-Host: 24.169.93.42 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1094132954 15048 127.0.0.1 (2 Sep 2004 13:49:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 2 Sep 2004 13:49:14 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:3258 Date: 2004-09-02T06:49:14-07:00 List-Id: I am trying to build a program in MS Visual C++ Studio. I have a C main program and have included what I think are the appropriate .o files and gnat libraries. I have complied with the steps I saw in a old posting from this group. I can build and execute this mixed language program using gnat tools. The problem I am having in MS VS is an unresolved symbol called _image_base_, used in the gnat file a-traceb.o. The symbol doesn't seem to be defined in any of the gnat libraries. I have tried this with and without the default .lib files (for a Win32 Console application). The result is th same. I do check the checkmark for including the standard libraries. Does anyone have any advice on this? Thanks. -Paul