Hi,

Alex Strickland wrote:
Is it expected behavior that this program does not output "Destructor"?
...
If I set oMSCAL to nil it does work of course.

I've not looked to destructor execution order on exit. But try to change
  ? "Destructor"
to
  HB_MEMOWRIT("debug.log", "Destructor")

It is possible, that GT system is closed at the time destructor is executed. And simple text does not appears on the screen.


Regards,
Mindaugas

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to