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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6256d003d70668b X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Binding Win32 resources into GNAT executables? Date: 2000/02/10 Message-ID: #1/1 X-Deja-AN: 584089259 References: <38A296A4.B9AE7D1D@bton.ac.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: admin@usenetserver.com Organization: UseNet Server, Inc. http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. NNTP-Posting-Date: Thu, 10 Feb 2000 07:55:45 EST Newsgroups: comp.lang.ada Date: 2000-02-10T00:00:00+00:00 List-Id: I do it all the time. You need to either use one of the GNU resource compilers (I like windres http://www.adapower.com/com/windres.zip) that produces coff output or use the MSVC tool to change a res to obj file. Then link with the resulting obj file. David Botton John English wrote in message <38A296A4.B9AE7D1D@bton.ac.uk>... >I'm at a loss as to how to link this into my executable.