|
-
Mar 13th, 2008, 09:29 AM
#1
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|