Re: GTK+ for Windows: issues with apps locating the dll's



On 12/14/05, Gnaural <gnaural users sourceforge net> wrote:

 Does anyone here know why the GTK+ windows apps would give-up before even getting to either my main() (or 
WinMain())?


If a library (dll) that your executable is linked against is not
found, the executable cannot be run.

You're trying to specify the library path after it has already tried
to load the library.

The way that gaim's loader works is that the initial executable is a
small application that is linked only with System Libraries - it then
sets up the appropriate path and dynamically loads a (gtk+ dependent)
dll containing the bulk of the application.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]