2010-05-27 08:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/gtwvg/wvgsink.c
    ! updated WVG OLE code to use new hb_oleVariantUpdate() parameters
This commit is contained in:
Przemyslaw Czerpak
2010-05-27 06:11:40 +00:00
parent 147a044203
commit 70059b6050
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-27 08:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/gtwvg/wvgsink.c
! updated WVG OLE code to use new hb_oleVariantUpdate() parameters
2010-05-26 18:53 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbqt/generator/hbqtgen.prg
+ Tweaked to operate on local folder and definitions there.

View File

@@ -279,7 +279,7 @@ static HRESULT STDMETHODCALLTYPE Invoke( IEventHandler *lpThis, DISPID dispid, R
hb_oleItemToVariant( pVarResult, hb_stackReturnItem() );
for( i = 0; i < iRefs; i++ )
hb_oleVariantUpdate( refArray[ i ].variant, refArray[ i ].item );
hb_oleVariantUpdate( refArray[ i ].variant, refArray[ i ].item, NULL );
for( i = 0; i < iRefs; i++ )
hb_stackPop();