Re: Runtime environment for GTK+ application

2012-01-12 Thread Emmanuel Thomas-Maurin
On 01/12/2012 04:38 PM, Manuel Ferrero wrote: > I'm learning GTK developement on a Windows XP machine. > I was able to successfully build a simple hello world and I read about > the need to include more than the plain exe file if I want to distribute > my application to someone else. > I have two q

Re: Runtime environment for GTK+ application

2012-01-12 Thread Michael Cronenworth
Manuel Ferrero wrote: First: I can't find a precoocked package or at least a best practice document on which files are needed to distribute with my application, can someone point me on the right direction, please? You can either take Dov's approach and package the GTK DLLs in your installer, o

Re: Runtime environment for GTK+ application

2012-01-12 Thread Dov Grobgeld
I suggest that you have a look at the configuration file for the nsis installer (badly) named giv.wine.nsi.in of my application giv at: https://github.com/dov/giv It should give you a starting point of what you need to include and where to place it. Regards, Dov On Thu, Jan 12, 2012 at 17:38,

Runtime environment for GTK+ application

2012-01-12 Thread Manuel Ferrero
I'm learning GTK developement on a Windows XP machine. I was able to successfully build a simple hello world and I read about the need to include more than the plain exe file if I want to distribute my application to someone else. I have two question somehow related. First: I can't find a preco