Re: [ADVANCED-DOTNET] Callbacks from unmanaged code

2004-01-29 Thread Ron Turner
Hi Keith, Many thanks for your insight on this matter. As you suggested, I've implemented a shim and it's working as expected :-) Thanks to all for your help! -- Ron On Wednesday, January 28, 2004, at 10:19 PM, Keith Hill wrote: On Tue, 27 Jan 2004 16:29:46 -0800, [EMAIL PROTECTED] wrote:

[ADVANCED-DOTNET] Callbacks from unmanaged code

2004-01-27 Thread Ron Turner
Hi All, I'm new to C# and .NET but am required at the moment to be coding some fairly advanced stuff and would love some help with this problem - specifically... I'm using C# to wrap a C library provided by a third party, to which I do not have the source. I've been successful in wrapping most fu