I am trying to do a project on GTK+ using Glade but when I am compiling my code and running the executable file I am facing some errors

Toothless204

You need to copy the dlls from the MSYS2 environment to be next to your executable.

To get a list of the dlls you will need, you can run this in the MINGW64 shell ldd $exe | grep mingw replacing $exe with the path to your executable

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

I am trying to implement CORS to my JavaScript code correctly, and it worked for a while, I believe I am missing some file from the project?

I am trying to run XGBoost in R but am facing some issues

I am trying to read the JSON file and print the values of it, but I am having some errors. What did I do wrong?

I am trying to implement some sounds into a JavaFX project I am working on, and running into a IllegalArgumentException

I am facing some TS errors in NextJS form

When i am using DJ browser in my swing code in ubuntu facing issue with libwebkitgtk

When I am trying to push code on Git it shows errors

What is wrong with my code? I am stuck. I am trying to export some promise results

I am trying to know the reason my code is not running

Am I facing overflow?

I am trying to use redux in my project and I am have a problem with call a function that using dispatch

Why am I running into errors?

I have written some code and i am trying to use "else" and i keep getting errors

When I am closing Codeblocks I am facing this error

I am new to r. I am trying to make my code less complicated by using a for loop

i am using open CV and i am facing this error

I am facing this issue when I am running react-native run-android

I am converting my code snippet from pure html to Vue2 but facing some difficulty

I am getting error while running image for my project. Here i am trying to dockerize my application

How would I solve the errors which I am getting when trying to use android project from existing code?

I am facing End of file reached error

I am getting these errors while compiling

I am trying to get data over an OpenWeather API in Rust but I am facing some iusse regarding parsing I guess

I am trying to create a custom validator outside the form but I am running into a error. How do I fix the code?

I am facing problems displaying audio file using python

Why am I getting this System.DllNotFoundException when running my Xamarin GTK project in Visual Studio 2019 for Windows?

Why am i getting Type errors when i am trying to check for collision and how can i fix it?

I am am facing issue in left join

Im making a simple TicTacToe in pyjama but I am running into some errors