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-Thread: 103376,7dbceadc89064b2f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!wanadoo.fr!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: Re: Newbie need your help,thanks Date: 08 Sep 2004 20:01:53 +0200 Organization: ACT Europe - http://www.act-europe.fr Message-ID: References: NNTP-Posting-Host: avelizy-151-2-4-104.w82-120.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news-reader1.wanadoo.fr 1094666515 31491 82.120.28.104 (8 Sep 2004 18:01:55 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 8 Sep 2004 18:01:55 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.95 Xref: g2news1.google.com comp.lang.ada:3498 Date: 2004-09-08T18:01:55+00:00 List-Id: "bubble" writes: > I use GPS 1.4 and this is my project source code. > > > project T is > for Languages use ("Ada"); > for Source_Dirs use ("."); > for Object_Dir use "obj"; > for Main use ("test.adb"); > package Naming is > for Specification_Suffix ("gesql") use ".gpq"; > for Specification_Suffix ("sql") use ".sql"; > end Naming; > > package Linker is > for Default_Switches ("ada") use ("-g"); Here you probably need some ODBC libraries. Try using: for Default_Switches ("ada") use ("-g", "-lodbc"); Probably some other libraries are needed but I have not used GNADE on Windows since a very long time :) BTW, if latest GNADE version comes with a project file you could alternatively with the GNADE project and it should be sufficient. Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.org --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595