2

I would like to statically link GTK 3.20 library with my program so i could have a final standalone (.exe) file without need to distribute GTK 3.20 DLLs .

  • Programming language : C
  • Library : GTK 3.20
  • IDE : Code::Blocks
  • OS : Windows 7 x_86
  • Possible duplicate of [Statically linking GTK+ libraries in windows](https://stackoverflow.com/questions/1875855/statically-linking-gtk-libraries-in-windows) – Eugene Sh. Sep 18 '17 at 13:47
  • Not fully explained there . –  Sep 18 '17 at 14:08
  • It is explained for linux there , plus , i'm on windows / code blocks –  Sep 18 '17 at 17:56
  • 2
    You just shouldn't statically link, it isn't supported and will only end in pain. There is nothing wrong with bundling files in a directory with a nice installer. – TingPing Sep 19 '17 at 23:05

0 Answers0