Click here to Skip to main content
15,895,958 members

Comments by Salvatore Terress (Top 18 by date)

Salvatore Terress 13hrs ago View    
OK, these comments are not is posted sequence.
Can I stay with the OP ?
I really do not want to get into "why not inheritance".
Kindly allow me to fix this first, using resources I have.
If that is not OK....
Salvatore Terress 13hrs ago View    
Now explain why SettingsDialog is NOT part of the "main window" ?
Should that be "not part of the base class" ?
I am not being picky, but I do prefer using C++ terminology when appropriate.
Salvatore Terress 14hrs ago View    
OK, allow me to start from scratch.
When I create an instance of the primary/ base class and DO NOT
specify "thIs" or ANY pointer , hence use default NULL pointer - that is OK?
Salvatore Terress 26-Feb-24 14:06pm View    
This is no longer a simple problem.
I am moving it to "discussions".
SORRY.
Salvatore Terress 25-Feb-24 20:07pm View    
I did verify that "dbus.h" exist in my system.
As I( suspected - "dbus.h" header is a "wrapper" for many additional "incliude"......
and it fails to find very first
#include <dbus dbus-arch-deps.h="">

I went back to the source in github and cannot find dbus-arch-deps there

T tried to bypass #include <dbus dbus-arch-deps.h=""> but cannot in read only system file.

I may have to load my own copy of "dbus.h" so I can
, temporary, skip the "missing" header...