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 7572543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:57:05+00:00 2026-05-30T15:57:05+00:00

I need to call a C++ DLL function from C#, the C++ function definition

  • 0

I need to call a C++ DLL function from C#, the C++ function definition is

DWORD Init(char*[],int,int,int);

and I’m calling it in C# like so

[DllImport("DLLTest.dll")]
unsafe public static extern int Init(string[] detailsarray, int amount, int ID1, int ID2);

//then in main...

string[] details = new string[3];
details[0] = "blahblah";
details[1] = "bloobloo";
details[2] = "1234";

int result = Init(details, 1, 16, 170);

When I run it I get an unhandled exception of type System.BadImageFormatException. I believe It’s ok to pass through strings when the C++ DLL is expecting char*s, and I also think its ok to use int in C# in place of DWORD in C++, but if I’m in correct please let me know.

Thanks.

EDIT – I should add, I’ve tested the DLL in a C++ app and it works fine.

  • 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-30T15:57:07+00:00Added an answer on May 30, 2026 at 3:57 pm

    A BadImageFormatException often occurs if you try to load a 32bit DLL into a 64bit process or vice versa. If DLLTest.dll is a 32bit DLL, you’ll need to compile your C# DLL for the x86 platform, not Any CPU

    http://msdn.microsoft.com/en-us/library/zekwfyz4(v=vs.100).aspx

    http://davidstechtips.com/wp-content/uploads/2010/06/VisualStudioPlatformTargetx86.png

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

Sidebar

Related Questions

In my C# code, I need to call a function from a C++ Dll
I need to call an external dll from c#. This is the header definition:
I need to call a dll function written in Borland C++ Builder 6.0 from
I need to call a wrapped function from a C++ DLL with the following
I need to call a function in an unmanaged .dll written in C lang
Question: I need to call a C# dll from a C++ executable. I use
I need to call some methods in Wininet.dll from a Java program. I can
I need to call a const function from a non-const object. See example struct
In external (Delphi-created) DLL I've got the following function that I need to call
I have an unmanaged (C/C++) DLL which I need to call from a C#

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.