Re: Glib mutex doesn't work on Windows

2010-12-16 Thread John K. Luebs
Michael T. wrote: Hi, I'm using glib mutexes on Windows and I think they don't work. I tried to use WIN API mutexes instead and they did work. Short sample program: I initialize the WIN API mutex, then create two threads using WIN API with this simple code: DWORD WINAPI MyThreadFunction(

Re: Embedded Gtk+ system moving to 2.14

2009-02-27 Thread John K. Luebs
John Boncek wrote: Attempting to move several large (multi-hundred compile units) C++ application programs of an embedded ARM / Linux 2.4 system from Gtk+ 2.2.4 to Gtk+ 2.14. We are noting severe performance degradation (2-3 times) in screen transitions and a definite overall sluggishness

Re: Trimming GtkEntry Text

2006-12-21 Thread John K Luebs
On Thu, Dec 21, 2006 at 10:26:05PM -0500, Tony Freeman wrote: Hello, I have two problems I'm trying to work through that maybe someone here can help me with. I have a GtkEntry called a 'custom_command_entry'. I would like to trim white space from the beginning and end of what a user may

Re: FW: Need to get the widget focused

2006-12-13 Thread John K Luebs
On Wed, Dec 13, 2006 at 07:23:11PM +0530, Madhusudan E wrote: Sorry group, The Reply is for the earlier mail of M/s Krithika This e-mail and attachments contain confidential information from HUAWEI, If this information is confidential, why are you posting it to a public mailing list?

Re: run a new application

2006-11-24 Thread John K Luebs
On Thu, Nov 23, 2006 at 10:23:13PM -0700, Jim George wrote: shell to run the commandline specified. I'm not sure the behavior on Windows, but I imagine it probably uses the windows shell to execute the command line. There is no shell in Windows, and there is no argument parsing of the

Re: how to assign full access rights to guest

2005-06-17 Thread John K Luebs
On Thu, Jun 16, 2005 at 02:38:24PM +0530, harshavardhanreddy mandeepala wrote: hi I am using Linux fedora core 3. I want to shutdown the system from .bash_profile file using cd /sbin ./shutdown -g o but when I run the file otherthan a superuser it is giving error message as

Re: poll(2) only can handle 256 fds?

2005-03-13 Thread John K Luebs
On Mon, Mar 14, 2005 at 03:15:06AM +0100, Markus Lausser wrote: On Fri, 2005-03-11 at 13:41, Gus Koppel wrote: Iago Rubio wrote: i get the message *** GLib *** : poll(2) failed due to: Invalid argument. thousand times when running my application. It seems that it

Re: multiple declaration error

2005-02-09 Thread John K Luebs
On Wed, Feb 09, 2005 at 08:56:20AM -0600, Prewitt, Nathan C ERDC-ITL-MS Contractor wrote: You should have a prototype for the function in a header file (callbacks.h). Then you should include the header file at the top of each file that contains code that calls the function (at least