Hi,
I'm developing an application using GTK and glade libraries. When I try to run generated .exe file I need to have some .dll files in the same directory (e.g. zlib1.dll, intl.dll,...). It's ok, but when I try to have some pictures in my GUI, I need to have some other .dll files but also with the directories in which they are included - I mean, it's not enough just to copy requested .dll file to the .exe directory, I have to copy e.g gtk/lib/gtk2.0/.../fff.dll. Is there a way (configuration of compiler or something like this) how my application demands only the .dll file itself without its relative path? So I can have just this file and not whole direcotry structure in .exe directory?
Thanks a lot.