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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,975fb033559c85bd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-25 12:58:45 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!wn52feed!worldnet.att.net!attbi_s52.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: linking MSVC object files and GNAT object files using MSVC linker References: X-Newsreader: Tom's custom newsreader Message-ID: <9KH8c.95829$po.734286@attbi_s52> NNTP-Posting-Host: 24.6.132.82 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s52 1080248325 24.6.132.82 (Thu, 25 Mar 2004 20:58:45 GMT) NNTP-Posting-Date: Thu, 25 Mar 2004 20:58:45 GMT Organization: Comcast Online Date: Thu, 25 Mar 2004 20:58:45 GMT Xref: archiver1.google.com comp.lang.ada:6527 Date: 2004-03-25T20:58:45+00:00 List-Id: >I also have a subroutine .o object file that I generated with the GNAT >gnatmake command. > >I would like to use MSVC linker to link the object from GNAT with the object >from MSVC to create a >standalone statically linked executatble (.exe, not .dll) . objcopy abc.o abc.obj converts a .o file to a .obj file But first read about mixing languages and calling adainit/adafinal etc.