Alire Gtkada installation and failure (0x000007b)

It finally looks like the installation of Gtkada comes to an end. I used `PS C:\GNAT> alr init gtkada --bin
Enter a short description of the crate: (default: ‘’)

Using default: ‘’

Select a software license for the crate?

  1. MIT OR Apache-2.0 WITH LLVM-exception
  2. MIT
  3. Apache-2.0 WITH LLVM-exception
  4. Apache-2.0
  5. BSD-3-Clause
  6. LGPL-3.0-or-later
  7. GPL-3.0-or-later WITH GCC-exception-3.1
  8. GPL-3.0-or-later
  9. Other…
    Enter your choice index (first is default):

Enter a comma (‘,’) separated list of tags to help people find your crate: (default: ‘’)

Using default: ‘’
Enter an optional Website URL for the crate: (default: ‘’)

Using default: ‘’
Success: gtkada initialized successfully.
PS C:\GNAT> cd gtkada
PS C:\GNAT\gtkada> alr build
Note: Building gtkada=0.1.0-dev/gtkada.gpr…
“obj\development” created
“bin” created
[Ada Compile] gtkada.adb
[Ada Bind] gtkada
[Ada Post-Bind] b__gtkada.adb
[Link] gtkada.exe
Success: Build finished successfully in 1.32 seconds.
PS C:\GNAT\gtkada> alr run
Note: Building gtkada=0.1.0-dev/gtkada.gpr…
“gtkada.exe” up to date
Success: Build finished successfully in 0.97 seconds.
PS C:\GNAT\gtkada>`

The only problem is that a program cannot find the pocedures and functions ‘Cannot find gtk…’ In the mean time several windows show all with the error (0x000007b) and tell me to stop the program (f.i gnatls, g++, c++ and others aswell). They ask that fot several sub programs within gnat studio. Even if I Stop them Gntstudio goes on (also with producing this error. My question is, is this the same error or are they completely diferend and what can I do with both of the

You don’t understand what you are doing. In this case, you just created a new empty program with the name gtkada. You never installed gtkada. Read the doc.

0x000007b == 32-bit/64-bit mismatch

Shuihuzhuan,

Indeed to install GTKada is possibly not correct. The way it must be done is different according to every one who reacts I have tried to read the docs but they are about using Alire, but I cannot find a way it should be done. What I want is a step by step way to create it. I have also tried to install it outside of Alire but then I need CFLAGS to de able an internal project file. Until now GTKada could be installed by an exe file (Windows and Adacore) But I do need some items that are only available in 3.24.
The first error is just before the program looks start. A program that not use GTKada does show the same errors but it compiles an runs correctly.

0xA672,

How can I find where the mismatch comes from. As different ways of installing creates more of the .exe files in different directories how do I know which one I have to delete?

Why the proposed solution doesn’t work for you?