Re: can't run multiple gtkmm programs in Window 7

2018-05-17 Thread John Siino
That was it. I changed the ID and I was able to run two side by side.  I need 
to remember to change the ID when I revise and compile a new iteration.

thank you Chris and Daniel for helping me out.
John M. Siino
775-848-4794
jmsiino...@sbcglobal.net

  From: Chris Vine 
 To: gtkmm-list@gnome.org 
 Sent: Thursday, May 17, 2018 2:39 AM
 Subject: Re: can't run multiple gtkmm programs in Window 7
   
On Thu, 17 May 2018 07:37:15 + (UTC)
John Siino  wrote:
> I can't run multiple gtkmm programs in Window 7.  If I try to run different
> compiled gtkmm gcc compile exe files, only the first one runs.  A second
> exe won't start.
> John
 
If these are programs that you have written yourself, perhaps you are
passing the same application id for each to Gtk::Application.
Application id's must normally be unique.
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

   ___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: can't run multiple gtkmm programs in Window 7

2018-05-17 Thread Daniel Boles
On 17 May 2018 at 21:27, jmsiino...@sbcglobal.net 
wrote:

> Daniel,
> Gtk Apps with the same App ID - I bet that's it right there.  I try
> changing the App ID tonight.
>
> Thanks for the repl*y*
>
No prob. That's probably it. That catches a few people out!

There is the Gio::APPLICATION_NON_UNIQUE flag, which might help, although
it may or may not be the appropriate thing depending on your specific case;
if not, you'd want to ensure the different processes use different app IDs.
Anyway, info on it:
https://developer.gnome.org/glibmm/2.52/group__giommEnums.html#ga493d914cf0a466cc9c6b18a44c5d345e
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: can't run multiple gtkmm programs in Window 7

2018-05-17 Thread jmsiino...@sbcglobal.net
I'll try that tonight.  Thanks Chris.
John M. Siino, PE, se775-848-4794jmsiino...@sbcglobal.net
-- Original message--From: Chris VineDate: Thu, May 17, 2018 2:39 AMTo: 
gtkmm-list@gnome.org;Cc: Subject:Re: can't run multiple gtkmm programs in 
Window 7
On Thu, 17 May 2018 07:37:15 + (UTC)
John Siino  wrote:
> I can't run multiple gtkmm programs in Window 7.  If I try to run different
> compiled gtkmm gcc compile exe files, only the first one runs.  A second
> exe won't start.
> John
 
If these are programs that you have written yourself, perhaps you are
passing the same application id for each to Gtk::Application.
Application id's must normally be unique.
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: can't run multiple gtkmm programs in Window 7

2018-05-17 Thread jmsiino...@sbcglobal.net
Daniel,Gtk Apps with the same App ID - I bet that's it right there.  I try 
changing the App ID tonight.
Thanks for the reply
johnjmsiino...@sbcglobal.net
-- Original message--From: Daniel BolesDate: Thu, May 17, 2018 1:36 
AMTo: gtkmm-list;Cc: Subject:Re: can't run multiple gtkmm programs in Window 7
More info is needed. What programs? Are all of these running GtkApplications 
with the same app ID? What are the compiled binaries called? How do you run 
them?


___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: can't run multiple gtkmm programs in Window 7

2018-05-17 Thread Chris Vine
On Thu, 17 May 2018 07:37:15 + (UTC)
John Siino  wrote:
> I can't run multiple gtkmm programs in Window 7.  If I try to run different
> compiled gtkmm gcc compile exe files, only the first one runs.  A second
> exe won't start.
> John
 
If these are programs that you have written yourself, perhaps you are
passing the same application id for each to Gtk::Application.
Application id's must normally be unique.
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list


Re: can't run multiple gtkmm programs in Window 7

2018-05-17 Thread Daniel Boles
More info is needed. What programs? Are all of these running
GtkApplications with the same app ID? What are the compiled binaries
called? How do you run them?
___
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list