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,fc208a456ebf1d2b X-Google-Attributes: gid103376,public From: griest-tom@cs.yale.edu (Tom Griest) Subject: Windows Lib files (was 'out of environment space') Date: 1996/04/24 Message-ID: <4ll6voINNk2o@RA.DEPT.CS.YALE.EDU>#1/1 X-Deja-AN: 151162379 references: <9604161355.AA14293@eight-ball> <317B634F.6499@ci-4.ci.pwr.wroc.pl> organization: Yale University, Department of Computer Science, New Haven, CT cc: fryzlewicz@ci-4.ci.pwr.wroc.pl newsgroups: comp.lang.ada Date: 1996-04-24T00:00:00+00:00 List-Id: fryzlewicz@ci-4.ci.pwr.wroc.pl writes: [snip] >But now new problem has occured. >Script file winlibs.ld is invoked when switch mwindows is used in the command line. The contents of the >winlibs.ld is as follows: >SECTIONS {.text 0x401000 :{ >...\gnat301a\lib\comdlg32.lib >...\gnat301a\lib\advapi32.lib >...\gnat301a\lib\gdi32.lib >}} >and above mentioned lib files are sought during linking process. However, such files do not exist. I've found >only "similiar" files with dll extention, i.e. comdlg32.dll, advapi32.dll, gdi32.dll. >My question is how to obtain the required lib files ? (I've followed all steps of installation process). These files are distributed by a variety of sources, but all of them (AFAIK) are pay-for development environements, including MSVC, MS SDK (with developer's platform), I believe the Borland SDK has these, and we have a low-cost SDK that includes them along with the GNAT compiler and the Win32 Ada bindings. -Tom LabTek Corp.