weaknessforcats , thansk for your reply.
But, I am using Compact Framework, it allways works with unicode. Does not it?
I specified CharSet.Unicode also.
thanks!
User Profile
Collapse
-
C# Compact framework Managed and Unmanaged code
Hi everyone,
I have a dll in c++ and I need to expose some functions to calling from a mobile solution, and I have problems sending a unicode string value
example code:
-----------------------------------
[c++ Test.dll code]:
__declspec(dlle xport) BOOL IsSupportedFile Type(LPWSTR FileType);
BOOL IsSupportedFile Type(LPWSTR FileType)
{
MessageBox(NULL , FileType,...
No activity results to display
Show More
Leave a comment: