Hello, all
I am having a serious problem here (and I remember raising it once before, but I thought it was solved already).
I have an ancestor class for a service. It has a InitializeComponent function in it.
I inherit from this class and export the descendent class. However, in the descendent class the function is not visible to the external clients.
Only if I go to the descendent object and write return super::InitializeComponent(), then it becomes visible.
Question: is there anything that can be done about it, or do I have to this with all my services?
I ma using PB.NET version 12.5.2. 5602
Thank you
Arcady