45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
|
2010-01-19 Tom Hindle <tom_hindle@sil.org>
|
||
|
|
||
|
* ComInteropProxy.cs: Don't add proxy if it has already been added.
|
||
|
Instread increment ref_count. Fixes bug #572043.
|
||
|
|
||
|
2009-07-11 Robert Jordan <robertj@gmx.net>
|
||
|
|
||
|
* ComInteropProxy.cs: Implement CreateProxy. Hide public/internal
|
||
|
ctors forcing CreateProxy's usage. Hide CacheProxy since the
|
||
|
runtime is able to lookup it anyways.
|
||
|
Fixes bug #520437.
|
||
|
|
||
|
2007-07-26 Jonathan Chambers <joncham@gmail.com>
|
||
|
|
||
|
* ComInteropProxy.cs: Call Marshal.Release after Marshal.QI
|
||
|
since it AddRef's the object. Fixes COM leak. Also fix eol-style.
|
||
|
|
||
|
2007-05-25 Jonathan Chambers <joncham@gmail.com>
|
||
|
|
||
|
* ComInteropProxy.cs: Call __ComObject.GetInterface overload
|
||
|
that does not throw exception. Fixes as and is operators for COM objects.
|
||
|
|
||
|
2007-02-08 Jonathan Chambers <joncham@gmail.com>
|
||
|
|
||
|
* ComInteropProxy.cs: Moved some code to unmanaged and cleanup some things.
|
||
|
|
||
|
2006-10-18 Jonathan Chambers <joncham@gmail.com>
|
||
|
|
||
|
* IUnknown.cs: Added.
|
||
|
* IDispatch.cs: Added.
|
||
|
|
||
|
2006-08-10 Jonathan Chambers <joncham@gmail.com>
|
||
|
|
||
|
* ComInteropProxy.cs: Fix default constructor being always
|
||
|
being called.
|
||
|
|
||
|
2006-07-28 Jonathan Chambers <joncham@gmail.com>
|
||
|
|
||
|
* ComInteropProxy.cs: Added support for marshalling objects.
|
||
|
|
||
|
2006-07-15 Jonathan Chambers <joncham@gmail.com>
|
||
|
|
||
|
* ComInteropProxy.cs: Added.
|
||
|
|