+ Reply to Thread
Results 1 to 4 of 4

Thread: How do I use Call DLL function to call C# DLL

  1. #1
    Join Date
    Aug 2020
    Location
    Pune, India
    Posts
    49

    Default How do I use Call DLL function to call C# DLL

    Hello,

    I want to use Call DLL function to call c# dll file, can you please help me, I have tried but not able to succeed. It will be helpful if you give me settings for Call DLL function for my given code or sample demo application. please find screenshots for c# dll file code.



    Name:  Annotation 2020-09-03 175913.png
Views: 681
Size:  30.7 KBName:  Annotation 2020-09-03 180023.png
Views: 700
Size:  5.2 KBName:  Annotation 2020-09-03 180409.png
Views: 589
Size:  8.8 KB


    Thanks in Advance!!

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: How do I use Call DLL function to call C# DLL

    Hello,

    I don't think that this is a standard Windows DLL. Looks more like a .NET Assembly or something like that.

    You have to compile a standard Win32 DLL from your C# source code.

    Friedrich

  3. #3
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: How do I use Call DLL function to call C# DLL

    Here is a VERY quick overview on how to build standard Windows Win32 DLLs.

    https://docs.microsoft.com/en-us/cpp...r?view=vs-2019

    Friedrich

  4. #4
    Join Date
    Aug 2020
    Location
    Pune, India
    Posts
    49

    Default Re: How do I use Call DLL function to call C# DLL

    Thanks Friedrich!!

    I'll check this link.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •