Pritpal Bedi wrote:
> 
> Since yesterday I am busy with intensive experiments 
> applying various combinations of the hbQT destructor code
> and GC and have come out with following :
> 

This observation is false.
Probably the side effect of some over-do in the experimental
phase. It poses more problems than solutions.
So -nohbcppmm is a bad option.

These two operators are reached, though:

   void * operator new( size_t nSize )
   {
      if( nSize == 0 )
      {
         nSize = 1;
      }
      return = hb_xgrab( nSize );
   }

   void operator delete( void * ptr )
   {
      if( ptr )
      {
         hb_xfree( ptr );
         ptr = 0;
      }
   }


-----
                 enjoy hbIDEing...
                    Pritpal Bedi 
_a_student_of_software_analysis_&_design_
-- 
View this message in context: 
http://n2.nabble.com/hbQT-GC-And-the-Solution-tp4848688p4850305.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to