Re: Applications compiled w/ VC++ 2005 failing

2007-04-15 Thread Cedric Gustin
Alan Ott wrote: > Cedric, > > With which version of Gtkmm did this become the case? I've used stock VS > C++ Express with Gtkmm 2.10.6-ish (and also 2.8) and not had a problem. > I'll add this to the tutorial. I think I applied Service Pack 1 for the gtkmm-2.10.7 binary onward. All 2.8 binaries

Re: Program crashes when trying to connect Glib::signal_io

2007-04-15 Thread Lucky Luke
Well I've got another problem, my class does not send anything. Error code is IO_STATUS_NORMAL, but the data is not sent. What can be the problem? 2007/4/15, Lucky Luke <[EMAIL PROTECTED]>: Omg thanks it worked :D 2007/4/15, Armin Burgmeier <[EMAIL PROTECTED]>: > > -BEGIN PGP SIGNED MESSA

Gtkmm-forge Digest, Vol 11, Issue 7

2007-04-15 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach th

Re: Program crashes when trying to connect Glib::signal_io

2007-04-15 Thread Armin Burgmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lucky Luke wrote: > Hi, > > I have a Socket class, which connects the Glib::signal_io signal. But > when I run the project, it crashes, with no other information. I'm > currently on windows, and I read that Glib uses the select() and poll() > function

Program crashes when trying to connect Glib::signal_io

2007-04-15 Thread Lucky Luke
Hi, I have a Socket class, which connects the Glib::signal_io signal. But when I run the project, it crashes, with no other information. I'm currently on windows, and I read that Glib uses the select() and poll() functions to determine which socket to read. But when I look at the winsock function