So I\'m trying to use GTK+ 3.0 in Visual Studio 2013, and I followed this tutorial:How to configure gtk on Visual studio 2010. The problem is that whenever I try to build the s
So for anyone who's interested; I figured it out! It's kind of a sloppy way to deal with things, but all I had to do was copy the .dll files into the Debug folder of the VS2013 project. Everything else works as expected!