Community discussion forum

Calling C++ DLL from C#

  • 1 month ago

    I am working on a IVR project :font end:C#,backend:C++ thats why i need to know how can I call C++ DLL from C# application. Pls help me.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 1 month ago

    Welcome to DeveloperFusion.com, the global developer community site :-)

    You'll have to use P/Invoking (Platform Invoke)

    If you give us the method signature we can conjure up the necessary code to assist you further. In the meantime heres an article that may be of interest to you to learn more about P/Invoking.

    http://msdn.microsoft.com/en-us/magazine/cc164123.aspx

    Enjoy.

Post a reply

Enter your message below

Sign in or Join us (it's free).