Correct way to package win32 gtk programs

2008-05-30 Thread Dan Cotter
Hi I have created some gtk exe's for win32 using gtk+ and mingw.What is the correct way to package the exe with the required DLL's? Should I just send out exe file with dll's from bin? Or are end users meant to install gtk and add its bin to their system path? ___

Re: Correct way to package win32 gtk programs

2008-05-30 Thread Tor Lillqvist
> I have created some gtk exe's for win32 using gtk+ and mingw.What is the > correct way to package the exe with the required DLL's? That is to some degree a question of taste and personal opinion... > Should I just send out exe file with dll's from bin? Or are end users meant > to install gtk

Re: Correct way to package win32 gtk programs

2008-06-02 Thread control H
> No doubt you will get other replies telling you to do it in a > completely different way... And no doubt some may think the above is > ridiculously complicated. But remember, constructing an installer for > [...] > --tml Hi Tor, I was just thinking a bit about this topic myself. Your metho

Re: Correct way to package win32 gtk programs

2008-06-02 Thread Dan McMahill
Tor Lillqvist wrote: >> I have created some gtk exe's for win32 using gtk+ and mingw.What is the >> correct way to package the exe with the required DLL's? > > That is to some degree a question of taste and personal opinion... > >> Should I just send out exe file with dll's from bin? Or are end