Re: problem: DllImport a C function returning opaque pointer
From: Kurt Ng (hsng_at_excite.com)
Date: 02/04/04
- Next message: Daniel O'Connell [C# MVP]: "Re: Another C# critique (major rewrite!)"
- Previous message: Arjen: "Singleton (XML) serialization"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Feb 2004 11:06:25 -0800
Great! This advice really helped. Dumpbin showed that the function at
fault had no entry point. that function was actually wrapping a different
function; the documentation that I have did not mention this. I have the
correct function imported now. Thanks very much. :)
Kurt
"Justin Rogers" <Justin@games4dotnet.com> wrote in message
news:%23AbMkps6DHA.1556@tk2msftngp13.phx.gbl...
> You should use your DumpBin /exports to find out if your function names
properly
> match with those
> in the dll and make sure the function prototypes really do match.
>
>
> --
> Justin Rogers
> DigiTec Web Consultants, LLC.
> Blog: http://weblogs.asp.net/justin_rogers
- Next message: Daniel O'Connell [C# MVP]: "Re: Another C# critique (major rewrite!)"
- Previous message: Arjen: "Singleton (XML) serialization"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|