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

  • SEARCH
  • Home
  • 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 7691533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:38:48+00:00 2026-05-31T20:38:48+00:00

I trying to write a simple function to call unmanaged code from managed code.

  • 0

I trying to write a simple function to call unmanaged code from managed code. The data types are int (which should make it even simplier). The function is this

extern "C" MYTEST_API int myTestFunction(int a, int b)
{
    return a*b;
}

The managed code looks like

    [DllImport("myTest.dll", CallingConvention = CallingConvention.Cdecl)]
    private static extern int myTestFunction(int a, int b);
...
    int p1 = 2;
    int p2 = 3;
    int result = myTestFunction(p1, p2);
    Console.WriteLine("C++ int: " + result);

When I run the program, result returns as

C++ int: 12977616

So, I don’t know what’s wrong with how I’m declaring or passing the int parameters. I tried passing the parameters as “Single” and that version worked.

  • 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-05-31T20:38:49+00:00Added an answer on May 31, 2026 at 8:38 pm

    Figured it would have to be something simple and unrelated to fix this…
    The C++ .dll wasn’t getting updated in Visual Studio even though the content was specified as “Copy Always”. So, it was calling the “float” version of the C++ code with int C# parameters. Manually refreshing things got it to work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having some problems with a simple function call I'm trying to write; basically,
I'm trying to write a very simple function which displays a div that says
I'm trying to write a simple javascript function that will clone some html input
I'm trying to write a simple Vim function that takes the name of a
I am trying to write, what I thought was, a simple jQuery function to
I am trying to write simple Visual Studio Add-In for code generation. In my
I'm trying to write a simple program in VC++ which will just initialize the
So, I'm trying to make a simple call using jQuery .getJSON to my local
Trying to write a simple call to google's JSON stock ticker API. I would
I am trying to write a simple location lookup call with jQuery and the

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.