On 12/14/05, Gnaural <[EMAIL PROTECTED]> 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.
_______________________________________________
gtk-app-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to