Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8508793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:15:33+00:00 2026-06-11T03:15:33+00:00

I am trying to call an existing C dll from a C# application, using

  • 0

I am trying to call an existing C dll from a C# application, using System.Runtime.InteropServices, and am having difficulty matching the signatures between the PInvoke function and the Target function.

The target function is

__declspec(dllexport) DWORD GetSomeString(char* strOut);

And my PInvoke function is

[DllImport("Existing.dll")]
public static extern uint GetSomeString([MarshalAs(UnmanagedType.LPWStr)]
                            string strDisplay);

I make the function call

string tempStr = "My Output String";
uint retVal = GetSomeString(tempStr);

But I get the message

Managed Debugging Assistant ‘PInvokeStackImbalance’ has detected a problem…
…A call to PInvoke function ‘GetSomeString’ has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.

I have also tried implementing the PInvoke function as

[DllImport("Existing.dll")]
public static extern uint GetSomeString([MarshalAs(UnmanagedType.LPWStr)]
                            StringBuilder strDisplay);

But to no avail.

Does anyone out there have an idea what I could be doing wrong?

Please let me know if further info is required or my question is unclear.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T03:15:34+00:00Added an answer on June 11, 2026 at 3:15 am

    You need to specify the calling convention. By default, PInvoke uses StdCall, but your method is (likely) Cdecl.

    [DllImport("Existing.dll", CallingConvention=CallingConvention.Cdecl)]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to compile existing Flex 4 project but having an error: Call to
I'm trying to migrate an existing application from IIS with ServletExec to tomcat. I
I am trying to call a web service from a BizTalk (2006) orchestration. Having
I have to replace an existing dll call that is registered and called using
I'm trying to add a call to the StaticClassName.class field access to an existing
Trying to call a SAP SOAP Web Service from a generated sudzc app shows
Im trying to call a method that will add or subtract 1 from a
I'm trying to call a WCF service using soap in IE8 and I can't
I'm trying to call a method from another class with a simple button in
I'm trying to call a function present in one class from another class by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.