I keep getting a broken image (a red 'X' in a paper, it doesn't even start loading the one i want, I don't know if this is clear enough) and don't know why, here is what i tried:
image = gtk_image_new_from_file("abc.png");
gtk_container_add (GTK_CONTAINER (window), image);
gtk_widget_show (image);
gtk_widget_show (window);`
I am a newbie in GUI programming so please be nice! haha
I forgot to say that this is under windows
UPDATE: noticed that the error is in "gdk_pixbuf_new_from_file" it returns me the error value, can't solve the problem yet
if i run the debugger, it says "Error loading file: #4 Failed to open file 'abc.jpeg': No such file or directory", it should be in the folder where the executable is? anyway if i put the complete path it doesn't find it either