How do I get the bindings to work in Windows? #821
Replies: 3 comments 6 replies
|
I don't have a windows device to test this. For me your setup looks ok. You should be able to copy the c binaries into your |
|
So after noticing that there was missing dependencies, despite saying that |
|
For me it works but I am basically doing it with a crowbar method because I currently just copy every DLL file in my MSYS2 environment's ucrt64 directory to the output directory. Is there a DLL list that has to be copied? I would like to only copy the DLL files needed for GirCore.Gio-2.0 and GirCore.Gtk-4.0. Is there no easier way to create a list of DLLs to be copied? |




I found a solution! You can use the following script to take care of building a DLL list to be copied. Run this script in the MSYS2 ucrt terminal.