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
> 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
> 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
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?
___