Re: C# question: dealing with unsigned char* from C++ .lib
- From: Mattias Sjögren <mattias.dont.want.spam@xxxxxxxx>
- Date: Wed, 31 May 2006 22:22:46 +0200
Stephen,
I've tried various data types to try and deal with the "unsigned char
*image," but I haven't found a solution.
Can someone suggest the best way to deal with this? Should I be converting
the unsigned char* to a different type within the C++ wrapper function? If
so, some sample code would be helpful.
Is image an input or output parameter? Does it represent text or
binary data?
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
.
- References:
- C# question: dealing with unsigned char* from C++ .lib
- From: Stephen Cawood
- C# question: dealing with unsigned char* from C++ .lib
- Prev by Date: Re: QueryInterface for interface * failed. (Using COM Interop dll in web application)
- Previous by thread: C# question: dealing with unsigned char* from C++ .lib
- Next by thread: COM object and COM server
- Index(es):
Relevant Pages
|