I looked at the source code generated by POGO release 5.2.7 from Tango installation 6.1.1, and when I changed it to virtual the DS would crash when exiting.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not able to reproduce this behavior.
Nevertheless, I confirm that the DeviceImpl dtor is declared as virtual in the file device.h.
The method init_device is also declared as virtual in device.h.
Declaring these 2 methods as virtual in the .h file generated by Pogo does not change anything.
Cheers
Emmanuel Taurel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not able to reproduce this behavior.
Nevertheless, I confirm that the DeviceImpl dtor is declared as virtual in the file device.h.
The method init_device is also declared as virtual in device.h.
Declaring these 2 methods as virtual in the .h file generated by Pogo does not change anything.
Cheers
Emmanuel Taurel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=569547
Originator: NO
Hola,
Looking at the file device.h release 3.26, I find them virtual!
Could you precise your meaning.
Cheers
Emmanuel
Logged In: YES
user_id=1729120
Originator: YES
I looked at the source code generated by POGO release 5.2.7 from Tango installation 6.1.1, and when I changed it to virtual the DS would crash when exiting.
I am not able to reproduce this behavior.
Nevertheless, I confirm that the DeviceImpl dtor is declared as virtual in the file device.h.
The method init_device is also declared as virtual in device.h.
Declaring these 2 methods as virtual in the .h file generated by Pogo does not change anything.
Cheers
Emmanuel Taurel
I am not able to reproduce this behavior.
Nevertheless, I confirm that the DeviceImpl dtor is declared as virtual in the file device.h.
The method init_device is also declared as virtual in device.h.
Declaring these 2 methods as virtual in the .h file generated by Pogo does not change anything.
Cheers
Emmanuel Taurel