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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4ff4048cb71ae417 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!w56g2000hsf.googlegroups.com!not-for-mail From: Gene Newsgroups: comp.lang.ada Subject: Re: ANN: GtkAda 2.10 support Date: Sun, 16 Dec 2007 19:42:05 -0800 (PST) Organization: http://groups.google.com Message-ID: <999ce2ba-bc8e-4439-b9f4-03f5b60525cf@w56g2000hsf.googlegroups.com> References: <1k7muw3stdi2h.1r9cayfdvawjx.dlg@40tude.net> NNTP-Posting-Host: 70.101.174.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1197862925 827 127.0.0.1 (17 Dec 2007 03:42:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 Dec 2007 03:42:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w56g2000hsf.googlegroups.com; posting-host=70.101.174.178; posting-account=-BkjswoAAACC3NU8b6V8c50JQ2JBOs04 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18977 Date: 2007-12-16T19:42:05-08:00 List-Id: On Dec 8, 5:26 am, "Dmitry A. Kazakov" wrote: > On Fri, 7 Dec 2007 18:55:26 -0800 (PST), Gene wrote: > > The procedure entry point gdk_cursor_new_from_name could not be > > located in the dynamic link library libgdk-win32-2.0-0.dll > > > when I try to run the program. To preclude PATH problems, I start a > > cmd window, clear the path, and then add only thegtkada/bin directory > > to it. Same result. Could the dll in the installation be wrong? > > It is almost certainly a PATH problem. Make sure that > "C:\GtkAda-2.10.0\bin;" *precedes* "C:\GNAT\2007\bin;" etc in PATH: > > Start-> > Control panel-> > System-> > Advanced-> > Environment Variables-> > System variables-> > PATH > > Don't forget to restart GPS after modifying PATH. Sorry this was a stupid mistake. Long ago I put gtkada in dll's in the system32 folder. It was finding those. Fine now. Thanks.