Hi there !
I'm a potential new user of
GTK+ with
Intel Visual Fortran, but I cannot figure out how to make it work properly.
After a lot of research, I finally succeeded in specifying lib and include paths to link the program.
Executables
"C:\gtk+-2.24.10_win32\bin"
Include
"C:\gtk+-2.24.10_win32\include"
"C:\gtk+-2.24.10_win32\include\atk-1.0\atk"
"C:\gtk+-2.24.10_win32\include\cairo"
"C:\gtk+-2.24.10_win32\include\fontconfig"
"C:\gtk+-2.24.10_win32\include\freetype2\freetype\config"
"C:\gtk+-2.24.10_win32\include\freetype2\freetype"
"C:\gtk+-2.24.10_win32\include\gail-1.0\gail"
"C:\gtk+-2.24.10_win32\include\gail-1.0\libgail-util"
"C:\gtk+-2.24.10_win32\include\gdk-pixbuf-2.0\gdk-pixbuf"
"C:\gtk+-2.24.10_win32\include\gio-win32-2.0\gio"
"C:\gtk+-2.24.10_win32\include\glib-2.0\gio"
"C:\gtk+-2.24.10_win32\include\glib-2.0\glib"
"C:\gtk+-2.24.10_win32\include\glib-2.0\gobject"
"C:\gtk+-2.24.10_win32\include\glib-2.0"
"C:\gtk+-2.24.10_win32\include\gtk-2.0\gdk"
"C:\gtk+-2.24.10_win32\include\gtk-2.0\gtk"
"C:\gtk+-2.24.10_win32\include\libpng14"
"C:\gtk+-2.24.10_win32\include\pango-1.0\pango"
"C:\gtk+-2.24.10_win32\include\pixman-1"
"C:\gtk+-2.24.10_win32\lib\glib-2.0\include"
"C:\gtk+-2.24.10_win32\lib\gtk-2.0\include"
Libraries
"C:\gtk+-2.24.10_win32\lib"
Additional dependencies
gailutil.lib
gtk-win32-2.0.lib
gdk-win32-2.0.lib
cairo.lib gdk_pixbuf-2.0.lib
pango-1.0.lib
pangocairo-1.0.lib
pangoft2-1.0.lib
pangowin32-1.0.lib
gio-2.0.lib
gobject-2.0.lib
gthread-2.0.lib
gmodule-2.0.lib
glib-2.0.lib
atk-1.0.lib
freetype.lib
intl.lib zdll.lib
libpng.lib
fontconfig.lib
expat.lib
However, the program execution gives me following error message :

This library is already present in executable path defined just before. I also tried to add it directly in system32 but still the same message.
Any tip is welcome, and don't hesitate to ask if I forgot anything.
2.24.10 version of GTK
Microsoft Visual Studio 2010 Version 10.0.30319.1 RTMRel
Intel(R) Visual Fortran Composer XE 2011 Update 9 Integration for Microsoft Visual Studio* 2010, 12.1.3526.2010 Package ID: w_fcompxe_2011.9.300
Cheers,
ren, seeking a way to make a GUI calling Fortran program