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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: After GNAT-GPS installation the Simple Game template won't run? Date: Sat, 11 Oct 2014 16:08:34 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="865ecc8333c04b7dc8d5f87fc772110b"; logging-data="24044"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18W8JP3Q2x+XKMfU86SXHHP48tViV4LC7k=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:Trg3wJgF+jpZIvpFcg9+Hqwo+Vc= sha1:TTJXVXJb6pC0mR5DIWhXt8FxnZM= Xref: news.eternal-september.org comp.lang.ada:22346 Date: 2014-10-11T16:08:34+01:00 List-Id: Phil writes: >> After the GNAT-GPS installation and creating a project from the >> "simple game" template I get fallowing error message: "Programm can't >> be started because SDL_ttf.dll is missing...". Sadly google didn't >> help me and I'm pretty clue less since it's a fresh installation from >> GPS. > > I have had a similar problem in the last few weeks. On Windows 7 I > have the same SDL_ttf.dll problem. I did find this dll on the > internet, but the folder I tried to place it in did not solve the > problem. Apparently when you're running a program within GPS it runs in the directory where the GPR (GNAT Project) file is located; so that'd be where SDL_tff.dll would need to be. (OP wrote SDL_ttf.dll, my searches indicated SDL_tff.dll - ?)