Re: DLL Hell on Windows..

2012-08-06 Thread Robin Vossen
On 6 August 2012 16:38, Robin Vossen wrote: > It has libatk 1.32. > > I am going to downgrade to gtk+ 2.0 to resolve this issue. > Looks like gtk+ 3.0 isn't stable on Windows yet. > > Thanks all. > > -- > Kind Regards, > Robin Vossen > > Please avoid sending me Word, Excel or PowerPoint attachment

Re: Re: DLL Hell on Windows..

2012-08-06 Thread Gabriele Greco
> I have wondered why we use dlls on windows, we should link statically to > the libraries. > I think the main reason is to make easier for app developer to be LGPL compliant. -- Ing. Gabriele Greco, DARTS Engineering Tel: +39-0100980150 Fax: +39-0100980184 s-mail: Piazza Della Vittoria 9/3 - 1

Re: SDL and GTK?

2012-08-06 Thread Ardhan Madras
Hi, Can you share for what purposes? games or any 2D graphics project? Not to help with sdl, but have you hear about clutter? http://clutter-project.org It has good relationship with GTK+ and also based on GObject system. It's integrated well with GTK+ application and actively maintained. Regard