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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.67.14.231 with SMTP id fj7mr671792pad.33.1439641264708; Sat, 15 Aug 2015 05:21:04 -0700 (PDT) X-Received: by 10.50.43.133 with SMTP id w5mr127758igl.0.1439641264674; Sat, 15 Aug 2015 05:21:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!x6no637118igd.0!news-out.google.com!o13ni15894igw.0!nntp.google.com!se8no4239665igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 15 Aug 2015 05:21:03 -0700 (PDT) In-Reply-To: <1439639491.2624.15.camel@obry.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=125.212.120.26; posting-account=tlga6goAAADa61F5A8iDJnNHEZo_pywd NNTP-Posting-Host: 125.212.120.26 References: <84ecbeb2-095a-4067-a05e-e86ac86d8597@googlegroups.com> <8235925f-3299-48fb-abfe-67b77515e5de@googlegroups.com> <79oew82p4v6b$.hkifjb8uma0z$.dlg@40tude.net> <4a4b82b9-f0a2-48af-9da6-255dfaeeaf6f@googlegroups.com> <13h77fkwqywwh$.1h9cf6ytit6ew$.dlg@40tude.net> <095b91f7-2485-4093-b378-6a3a79a0f864@googlegroups.com> <1mbqd8bcxlrok$.1hg7u98k9zcqw$.dlg@40tude.net> <7ddceec3-77cb-4e54-a6b9-389897925eac@googlegroups.com> <5sxfn4rfyhsw.efs1svewiq3s.dlg@40tude.net> <13sgnrrbptq6a.14noit4g54jvc$.dlg@40tude.net> <1cemeahnwd19t.j2xc6498vn2f.dlg@40tude.net> <1fb6b63b-d9b6-415f-932c-c0b9582b4a4c@googlegroups.com> <1439639491.2624.15.camel@obry.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GUI for Ada (GPS with GtkAda or GtkGlade GUI Builder) From: ryne rico Injection-Date: Sat, 15 Aug 2015 12:21:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27463 Date: 2015-08-15T05:21:03-07:00 List-Id: On Saturday, August 15, 2015 at 7:51:33 PM UTC+8, Pascal Obry wrote: > Le samedi 15 ao=FBt 2015 =E0 04:47 -0700, ryne rico a =E9crit : > > Windows 7. Gtkada version - 3.8.4=20 > > project file - main.adb >=20 > So you are not using a project file. Won't work. >=20 > See documentation about how to create a project file and then just add: >=20 > with "gtkada"; >=20 > At the start. >=20 > --=20 > Pascal Obry / Magny Les Hameaux (78) >=20 > The best way to travel is by means of imagination >=20 > http://v2p.fr.eu.org > http://www.obry.net >=20 > gpg --keyserver keys.gnupg.net --recv-key F949BD3B with "gtkada"; with Gtk.Box; use Gtk.Box; with Gtk.Label; use Gtk.Label; with Gtk.Widget; use Gtk.Widget; with Gtk.Main; with Gtk.Window; use Gtk.Window; error:=20 C:\Users\MyName\Desktop\Ada workspace\GUI2015\src\main.adb 1:6 identifier expected