User Profile

Collapse

Profile Sidebar

Collapse
drcrs
drcrs
Last Activity: Mar 2 '12, 01:43 PM
Joined: Apr 15 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • drcrs
    replied to C# Compact framework Managed and Unmanaged code
    in C
    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!
    See more | Go to post

    Leave a comment:


  • drcrs
    started a topic C# Compact framework Managed and Unmanaged code
    in C

    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,...
    See more | Go to post
No activity results to display
Show More
Working...