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,d3eca6ca0d2d58c1 X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: GNAT 3.09 NT and Win32ada Date: 1997/07/22 Message-ID: <5r264j$s1g$1@news.nyu.edu>#1/1 X-Deja-AN: 258125618 References: <33d1d8c8.0@207.71.36.3> <5r0f31$l8e$1@cnn.Princeton.EDU> Organization: New York University Ultracomputer Research Lab Newsgroups: comp.lang.ada Date: 1997-07-22T00:00:00+00:00 List-Id: In article <5r0f31$l8e$1@cnn.Princeton.EDU> mcc@tyrolia.cs.princeton.edu (Martin C. Carlisle) writes: >pragma Linker_Options("c:\usr\lib\libcomdlg32.a"); This one is included automatically with -mwindows. >pragma Linker_Options("c:\usr\lib\libcomctl32.a"); >pragma Linker_Options("c:\usr\lib\libadvapi32.a"); These can be done with "-lcomctl32" and "-ladvapi32" and should really be in the bindings anyway. >pragma Linker_Options("c:\win32ada\win32ada.a"); Another approach is to call it libwin32ada.a, put c:\win32ada into LIBRARY_PATH and use "-lwin32ada".