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:
@@ -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.
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user