Re: g_strstrip(" ") segfaulting?

2010-05-08 Thread Daniel Leidert
Am Samstag, den 08.05.2010, 19:26 -0300 schrieb Leandro Pereira: > On Sat, May 8, 2010 at 7:18 PM, Daniel Leidert > wrote: > > Is it the desired behavior, that > > > > g_strstrip(" ") > > > > leads to a segmentation fault? I would expect, that an empty string ("") > > or NULL is returned. > > The

Re: g_strstrip(" ") segfaulting?

2010-05-08 Thread Leandro Pereira
Daniel, On Sat, May 8, 2010 at 7:18 PM, Daniel Leidert wrote: > Is it the desired behavior, that > > g_strstrip(" ") > > leads to a segmentation fault? I would expect, that an empty string ("") > or NULL is returned. The literal " " is a constant -- the operating system might allocate that to a

g_strstrip(" ") segfaulting?

2010-05-08 Thread Daniel Leidert
Hi, Is it the desired behavior, that g_strstrip(" ") leads to a segmentation fault? I would expect, that an empty string ("") or NULL is returned. Gtk 2.20.1 (Debian Sid) Regards, Daniel ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.

Re: Setting the font for Gtk::Button

2010-05-08 Thread John Emmas
Tor Microsoft is like any other big organization in the sense that it suffers from momentum and baggage. Internally, it is bound to be still using a whole range of technologies including ones that it wishes to portray to the outside world as being now deprecated. Nevertheless, Visual C++

Re: Setting the font for Gtk::Button

2010-05-08 Thread Tor Lillqvist
>  Perhaps 'deprecated' is a better description than obsolete.  msvcrt.dll is > provided nowadays purely and simply for backwards compatibility with older > apps Why does even the 64-bit notepad.exe, to pick an example, then link to the 64-bit msvcrt.dll? Or the 64-bit ws2_32.dll, to pick anothe

Re: Setting the font for Gtk::Button

2010-05-08 Thread John Emmas
Oops I accidentally sent this as HTML and it doesn't seem to have gotten through. Just trying again Thanks Tor. Perhaps 'deprecated' is a better description than obsolete. msvcrt.dll is provided nowadays purely and simply for backwards compatibility with older apps (and to be fair t

Re: Setting the font for Gtk::Button

2010-05-08 Thread Tor Lillqvist
The msvcrt.dll runtime can hardly be said to be obsolete when a new version is included with each version of Windows,can it? Also, it is included even as a 64-bit version in 64-bit Windows. There is no MSVC6 that would generate 64-bit code, soI don't see how it could be said to be specific to MSVC6