Kees Zeelenberg writes:
 > Looking through the sources of Glib (BTW, totally different from
 > GlibC), you may be able to find how the glib functions have been
 > ported to MS Windows; alternatively, you may ask on the
 > gimpwin-users list.

As it happens, I (who was much involved in the port GLib to Win32) am
lurking on this list...

 > > I have already gone through the same, but the constraint is , i don't want
 > > to use glibc for windows.. i just want to know its equivalent functions in
 > > windows (in VC++) like setTimer etc..

Yes, SetTimer().

 > > Actually i want to know the windows equivalent of "Main Event Loop"
 > > functionality..

If you application does "normal" Windows message handling, wouldn't
your window procedure qualify? Call SetTimer() and handle the WM_TIMER
messages.

--tml




-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
GnuWin32-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to