Re: compile glib success but failure on run-time with every version

2015-02-14 Thread codekiddy
>dependencies are common betwen GTK 2 and 3 so you could just use our project files instead of writing your own Indeed! I already cloned your repo a week ago and it's helping me a lot, and also without Fan's solutions from it's tutorial on GNOME site my project would not be possible, so you guys m

Re: compile glib success but failure on run-time with every version

2015-02-13 Thread Arnavion
>unfortunatelly what I want to achieve is to compile most recent packages by using VS 2013 solutions *only* Most of the dependencies are compiled via VS 2013 solutions, specifically all the ones that come with VS solutions already (and a few more). Many (most?) dependencies are common betwen GTK 2

Re: compile glib success but failure on run-time with every version

2015-02-12 Thread codekiddy
Hi arnavion, I have HexChat website opened in my webbrowser all the time while compiling, you have a nice graph! unfortunatelly what I want to achieve is to compile most recent packages by using VS 2013 solutions *only*... can you tell why don't you compile gtk3? why gtk2? did you try and/or what p

Re: compile glib success but failure on run-time with every version

2015-02-12 Thread Arnavion
For HexChat, we compile GTK2 and all the dependencies for it with MSVC 2013 - https://github.com/hexchat/gtk-win32 -Arnav On Thu, Feb 12, 2015 at 7:19 AM, codekiddy wrote: > Hello again, I would just like to say that "I think" I found a problem in > gio.dll > > I Created created a test project

Re: compile glib success but failure on run-time with every version

2015-02-12 Thread codekiddy
Hello again, I would just like to say that "I think" I found a problem in gio.dll I Created created a test project for glib, gio and gobject, for glib-2.42.1 package where gio test fails in following function in *glib-2.42.1\gobject\tests\object.c*: #ifdef G_OS_WIN32 static gboolean recv_windows

Re: compile glib success but failure on run-time with every version

2015-02-12 Thread codekiddy
Thank you Chun-wei for your reply! and also thank you for all of your contribution to Visual Studio solutions to compile GTK+, my solutions are largerly based on yours, in fact I copied yours and modifed them for my intentions and also created some myself to make possible to compile everything by u