Results 1 to 1 of 1

Thread: DLLImport CharSet=ChartSet.Ansi

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Dec 2001
    Posts
    1,331

    DLLImport CharSet=ChartSet.Ansi

    Hello,

    I am importing a DLL from a C++.

    The DLL requires Ansi to be sent. However, the compact framework 3.5 can only be set for Unicode or Auto. I have tried settign for auto but this failed to work.

    I am using C# VS 2008 to create a smart device.

    Is there any work around for this problem.

    [Dllimport("SipMobile.dll",CharSet=CharSet.Auto)]

    Many thanks for any suggestions,

    Steve
    Last edited by steve_rm; Mar 13th, 2008 at 12:04 PM.
    steve

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width