Revision: 10710
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10710&view=rev
Author:   druzus
Date:     2009-03-27 12:56:15 +0000 (Fri, 27 Mar 2009)

Log Message:
-----------
2009-03-27 14:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
  * harbour/include/hbvm.h
  * harbour/source/vm/hvm.c
    + added void hb_vmAtQuit( HB_INIT_FUNC pFunc, void * cargo );
      AtQuit functions are executed after deallocating all HVM items and
      disabling .prg destructors. They can make final cleanup at C level
      but should not reenter HVM.

  * harbour/contrib/hbole/oleinit.c
    * use hb_vmAtQuit() instead of hb_vmAtExit() - it resolves the problem
      with executing destructors to OLE objects after closing OLE connection.

  * harbour/contrib/hbole/olecore.c
    + added translation for VT_R4 and VT_CY values.
    ! fixed MT support by moving OLE error code to TSD

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbole/olecore.c
    trunk/harbour/contrib/hbole/oleinit.c
    trunk/harbour/include/hbvm.h
    trunk/harbour/source/vm/hvm.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to