Win32 API HInstance and gtk+ - how?

2005-12-07 Thread Igor Gorbounov
Tell me, please, if there is any way to get a Win API application instance handle in a gtkmm application just as it is needed in this function: HWND MCIWndCreate(HWND hwndParent, HINSTANCE hInstance, DWORD dwStyle, LPSTR szFile); Igor Gorbounov ___

Re: lost files

2005-12-07 Thread Xyber Blue
Those are the static libraries for gtk and glib. You can find these files on /usr/lib directory since linux distros bundled already these packages and that if you installed the gtk. You can create these files by downloading the gtk source at www.gtk.orgOn 12/8/05, James Borrone < [EMAIL PROTECTED]

reference count of textbuffer increases with each paste?

2005-12-07 Thread Hans Oesterholt-Dijkema
L.S., I'm experiencing the following on WIN32: When I do Copy; Paste, Paste, Paste, Paste, Paste, Paste, Paste, Paste, Paste, Paste From within the same gtktextbuffer, I see a dramatic increase of the reference count of the GtkTextBuffer. If I do analogous: Copy from notepad; Paste, Paste, P

lost files

2005-12-07 Thread James Borrone
I am trying to determine how to find the following files, they are not presently on my machine and ws wondering if they are downloadable. libgdk.a libglib.a libgmodule.a libgtk.a I am not a programmer, and have very limited knowledge of the UNIX/LINUX environment,, so basically if your mom wold n

Re: PLEASE HELP ME!!!!

2005-12-07 Thread Claudio Saavedra
On Wed, 2005-12-07 at 13:50 -0600, Susan Jimenez wrote: > This place.is so confusing.It started out,my just wanting to > install a new GIMPNOW I have to come to GTK to get a new Runtime > Enviornment!Buthow do you download it?I keep looking and > lookingI know were the downloads are

PLEASE HELP ME!!!!

2005-12-07 Thread Susan Jimenez
This place.is so confusing.It started out,my just wanting to install a new GIMPNOW I have to come to GTK to get a new Runtime Enviornment!Buthow do you download it?I keep looking and lookingI know were the downloads arebut they just give me pagesWTF!?!?!?! I'm used to the w

Re: Problem with compiling on SUSE 10

2005-12-07 Thread Yash Kumar Gupta
Try using g++ instead of gcc and things will be fine.   Hope this helps!! Yash  On 12/7/05, Stoyan karanfilov <[EMAIL PROTECTED]> wrote: Hi, I wrote a small program that has been working andcompiling on SUSE 9.2 (with gcc 3.x), but now same program does not link well on SUSE 10 (gcc 4). Here isthe

Problem with compiling on SUSE 10

2005-12-07 Thread Stoyan karanfilov
Hi, I wrote a small program that has been working and compiling on SUSE 9.2 (with gcc 3.x), but now same program does not link well on SUSE 10 (gcc 4). Here is the command line and error: gcc -Wall -g test_window.cpp -o test `pkg-config --cflags gtk+-2.0 --libs gtk+-2.0` /tmp/cc4Mi4UX.o:(.eh_fram

Re: gtk application without x server?

2005-12-07 Thread John Cupitt
On 12/6/05, Adnan Dosa <[EMAIL PROTECTED]> wrote: > Is it possible to have a GTK application with windows that are not visible > on the screen that can run without an X server? No, GTK needs a display connection to work. You can use some of the lower level libraries like glib, gobject, gdkpixbuf